]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Introduce ARMMMUIdx_Phys_{Realm,Root}
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 23 Jun 2023 10:15:45 +0000 (11:15 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 23 Jun 2023 10:15:45 +0000 (11:15 +0100)
commitbb5cc2c860c4d359e107ede2464dfe5cd297f16b
treec46d173ac851d7d8a72f9d6a15cf04c4afdea3b0
parentd38fa9670d14331fc766dfc15b2bc6628d0149d0
target/arm: Introduce ARMMMUIdx_Phys_{Realm,Root}

With FEAT_RME, there are four physical address spaces.
For now, just define the symbols, and mention them in
the same spots as the other Phys indexes in ptw.c.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230620124418.805717-9-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/ptw.c