Re: [PATCH 0/2] target/arm: Fix EL3-is-AArch32 mmu indexes

2024-08-12 Thread Bernhard Beschow
Am 9. August 2024 16:04:28 UTC schrieb Peter Maydell : >Our current usage of MMU indexes when EL3 is AArch32 is confused. >Architecturally, when EL3 is AArch32, all Secure code runs under the >Secure PL1&0 translation regime: > * code at EL3, which might be Mon, or SVC, or any of the > other p

[PATCH 0/2] target/arm: Fix EL3-is-AArch32 mmu indexes

2024-08-09 Thread Peter Maydell
Our current usage of MMU indexes when EL3 is AArch32 is confused. Architecturally, when EL3 is AArch32, all Secure code runs under the Secure PL1&0 translation regime: * code at EL3, which might be Mon, or SVC, or any of the other privileged modes (PL1) * code at EL0 (Secure PL0) This is diff