On Tue, May 19, 2015 at 07:33:29PM +0100, Peter Maydell wrote:
> From: Greg Bellows
>
> Adds CPTR_EL2/3 system registers definitions and access function.
>
> Signed-off-by: Greg Bellows
> [PMM: merge CPTR_EL2 and HCPTR definitions into a single
> def using STATE_BOTH;
> don't use readfn/write
From: Greg Bellows
Adds CPTR_EL2/3 system registers definitions and access function.
Signed-off-by: Greg Bellows
[PMM: merge CPTR_EL2 and HCPTR definitions into a single
def using STATE_BOTH;
don't use readfn/writefn to implement RAZ/WI registers;
don't use accessfn for the no-EL2 CPTR_EL2;