Re: [Qemu-devel] [PATCH v7 09/32] target-arm: add banked register accessors

2014-10-28 Thread Greg Bellows
On 24 October 2014 11:37, Peter Maydell wrote: > On 21 October 2014 17:55, Greg Bellows wrote: > > From: Fabian Aggeler > > > > If EL3 is in AArch32 state certain cp registers are banked (secure and > > non-secure instance). When reading or writing to coprocessor registers > > the following mac

Re: [Qemu-devel] [PATCH v7 09/32] target-arm: add banked register accessors

2014-10-24 Thread Peter Maydell
On 21 October 2014 17:55, Greg Bellows wrote: > From: Fabian Aggeler > > If EL3 is in AArch32 state certain cp registers are banked (secure and > non-secure instance). When reading or writing to coprocessor registers > the following macros can be used. > > - A32_BANKED macros are used for choosin

[Qemu-devel] [PATCH v7 09/32] target-arm: add banked register accessors

2014-10-21 Thread Greg Bellows
From: Fabian Aggeler If EL3 is in AArch32 state certain cp registers are banked (secure and non-secure instance). When reading or writing to coprocessor registers the following macros can be used. - A32_BANKED macros are used for choosing the banked register based on provided input security ar