On 27 June 2012 12:29, Andreas Färber <[email protected]> wrote: > Do you have followup patches that make use of this? Might illustrate > what variables and types are being passed in.
Here's a random snippet from the LPAE patch I'm working on:
uint32_t t0sz = field32(env->cp15.c2_control, 0, 3);
uint32_t t1sz = field32(env->cp15.c2_control, 16, 3);
I expect that in almost all cases the size and length values
will just be constants.
-- PMM
