]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Implement HCR_EL2.AT handling
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jan 2024 14:43:45 +0000 (14:43 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jan 2024 14:43:45 +0000 (14:43 +0000)
commit572597791555c544169e49b9a5c3a4043ea4949b
tree0c1650684489d1ef673e2eb3324f3be603072b9b
parent67e55c73c3488762eb732f9e33f352f39093f831
target/arm: Implement HCR_EL2.AT handling

The FEAT_NV HCR_EL2.AT bit enables trapping of some address
translation instructions from EL1 to EL2.  Implement this behaviour.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Miguel Luis <miguel.luis@oracle.com>
target/arm/helper.c