Re: [Qemu-devel] [PATCH v2 10/14] target-arm: Honour NS bits in page tables

2015-04-21 Thread Peter Maydell
On 21 April 2015 at 10:24, Alex Bennée wrote: > > Peter Maydell writes: > >> Honour the NS bit in ARM page tables: >> * when adding entries to the TLB, include the Secure/NonSecure >>transaction attribute >> * set the NS bit in the PAR when doing ATS operations >> >> Note that we don't yet

Re: [Qemu-devel] [PATCH v2 10/14] target-arm: Honour NS bits in page tables

2015-04-21 Thread Alex Bennée
Peter Maydell writes: > Honour the NS bit in ARM page tables: > * when adding entries to the TLB, include the Secure/NonSecure >transaction attribute > * set the NS bit in the PAR when doing ATS operations > > Note that we don't yet correctly use the NSTable bit to > cause the page table w

[Qemu-devel] [PATCH v2 10/14] target-arm: Honour NS bits in page tables

2015-04-13 Thread Peter Maydell
Honour the NS bit in ARM page tables: * when adding entries to the TLB, include the Secure/NonSecure transaction attribute * set the NS bit in the PAR when doing ATS operations Note that we don't yet correctly use the NSTable bit to cause the page table walk itself to use the right attributes