On 9 February 2014 03:09, Peter Crosthwaite
wrote:
> On Sat, Feb 1, 2014 at 1:45 AM, Peter Maydell
> wrote:
>>
>> +static CPAccessResult ats_access(CPUARMState *env, const ARMCPRegInfo *ri)
>> +{
>> +if (ri->opc2 & 4) {
>> +/* Other states are only available with TrustZone; in
>
> A
On Sat, Feb 1, 2014 at 1:45 AM, Peter Maydell wrote:
> Convert the remaining miscellaneous cases of reginfo read/write
> functions returning EXCP_UDEF to use an accessfn instead:
> TEEHBR, and the ATS address-translation operations.
>
> Signed-off-by: Peter Maydell
> ---
> target-arm/helper.c |
Convert the remaining miscellaneous cases of reginfo read/write
functions returning EXCP_UDEF to use an accessfn instead:
TEEHBR, and the ATS address-translation operations.
Signed-off-by: Peter Maydell
---
target-arm/helper.c | 44 +++-
1 file changed, 19