]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/cpu.h
target/arm: Add SMEEXC_EL to TB flags
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 20 Jun 2022 17:51:46 +0000 (10:51 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 27 Jun 2022 10:18:17 +0000 (11:18 +0100)
commit6b2ca83e4c7953e6652e897bb4d4fb5280555dbf
tree2adc2f076e61f4270effe48c7f8a5079d953d29a
parent9e5ec745e33ad6ace7a01653262dcedf1a5676d3
target/arm: Add SMEEXC_EL to TB flags

This is CheckSMEAccess, which is the basis for a set of
related tests for various SME cpregs and instructions.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220620175235.60881-3-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/helper.c
target/arm/translate-a64.c
target/arm/translate.h