summaryrefslogtreecommitdiffstats
path: root/target/arm/cpu.h
diff options
context:
space:
mode:
authorRichard Henderson2018-06-29 02:15:37 +0200
committerPeter Maydell2018-06-29 16:30:54 +0200
commit802abf4024d23e48d45373ac3f2b580124b54b47 (patch)
tree7136999d403e2c3581effd6801e5d01e734e8763 /target/arm/cpu.h
parenttarget/arm: Prune a15 features from max (diff)
downloadqemu-802abf4024d23e48d45373ac3f2b580124b54b47.tar.gz
qemu-802abf4024d23e48d45373ac3f2b580124b54b47.tar.xz
qemu-802abf4024d23e48d45373ac3f2b580124b54b47.zip
target/arm: Add ID_ISAR6
This register was added to aa32 state by ARMv8.2. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20180629001538.11415-6-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target/arm/cpu.h')
-rw-r--r--target/arm/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/arm/cpu.h b/target/arm/cpu.h
index 7ac909448e..e310ffc29d 100644
--- a/target/arm/cpu.h
+++ b/target/arm/cpu.h
@@ -813,6 +813,7 @@ struct ARMCPU {
uint32_t id_isar3;
uint32_t id_isar4;
uint32_t id_isar5;
+ uint32_t id_isar6;
uint64_t id_aa64pfr0;
uint64_t id_aa64pfr1;
uint64_t id_aa64dfr0;