Re: [Qemu-devel] [PATCH v2 19/23] target-arm: maintain common bits of banked CP registers

2014-05-15 Thread Aggeler Fabian
On 14 May 2014, at 23:20, Greg Bellows mailto:greg.bell...@linaro.org>> wrote: On 13 May 2014 11:16, Fabian Aggeler mailto:aggel...@ethz.ch>> wrote: Some of SCTRL bits are common for secure and non-secure state. Translation table base masks are updated on NS-bit switch as well as on TTBCR wr

Re: [Qemu-devel] [PATCH v2 19/23] target-arm: maintain common bits of banked CP registers

2014-05-14 Thread Greg Bellows
On 13 May 2014 11:16, Fabian Aggeler wrote: > Some of SCTRL bits are common for secure and non-secure state. > Translation table base masks are updated on NS-bit switch as > well as on TTBCR writes. > > Signed-off-by: Sergey Fedorov > Signed-off-by: Fabian Aggeler > --- > target-arm/cpu.h|

[Qemu-devel] [PATCH v2 19/23] target-arm: maintain common bits of banked CP registers

2014-05-13 Thread Fabian Aggeler
Some of SCTRL bits are common for secure and non-secure state. Translation table base masks are updated on NS-bit switch as well as on TTBCR writes. Signed-off-by: Sergey Fedorov Signed-off-by: Fabian Aggeler --- target-arm/cpu.h| 10 ++ target-arm/helper.c | 39