projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a8014a
)
target/arm: Enable ARMv8.2-UAO in -cpu max
author
Richard Henderson
<richard.henderson@linaro.org>
Sat, 8 Feb 2020 12:58:16 +0000
(12:58 +0000)
committer
Peter Maydell
<peter.maydell@linaro.org>
Thu, 13 Feb 2020 14:14:55 +0000
(14:14 +0000)
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id:
20200208125816
.14954-21-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu64.c
patch
|
blob
|
history
diff --git
a/target/arm/cpu64.c
b/target/arm/cpu64.c
index 57fbc5eade76bab1c0f8c064eb3b38931bd63ca0..1359564c554a27941c1aacd1bea623f1fd445ba6 100644
(file)
--- a/
target/arm/cpu64.c
+++ b/
target/arm/cpu64.c
@@
-676,6
+676,10
@@
static void aarch64_max_initfn(Object *obj)
t = FIELD_DP64(t, ID_AA64MMFR1, PAN, 2); /* ATS1E1 */
cpu->isar.id_aa64mmfr1 = t;
+ t = cpu->isar.id_aa64mmfr2;
+ t = FIELD_DP64(t, ID_AA64MMFR2, UAO, 1);
+ cpu->isar.id_aa64mmfr2 = t;
+
/* Replicate the same data to the 32-bit id registers. */
u = cpu->isar.id_isar5;
u = FIELD_DP32(u, ID_ISAR5, AES, 2); /* AES + PMULL */