Re: [PATCH v5 4/7] target/arm: Enable TTBCR_EAE for ARMv8-R AArch32

2022-12-05 Thread Peter Maydell
On Sun, 27 Nov 2022 at 13:21, wrote: > > From: Tobias Röhmel > > ARMv8-R AArch32 CPUs behave as if TTBCR.EAE is always 1 even > tough they don't have the TTBCR register. > See ARM Architecture Reference Manual Supplement - ARMv8, for the ARMv8-R > AArch32 architecture profile Version:A.c section

[PATCH v5 4/7] target/arm: Enable TTBCR_EAE for ARMv8-R AArch32

2022-11-27 Thread tobias.roehmel
From: Tobias Röhmel ARMv8-R AArch32 CPUs behave as if TTBCR.EAE is always 1 even tough they don't have the TTBCR register. See ARM Architecture Reference Manual Supplement - ARMv8, for the ARMv8-R AArch32 architecture profile Version:A.c section C1.2. Signed-off-by: Tobias Röhmel --- target/ar