Skip to content
Snippets Groups Projects
Commit 078e9fe3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Peter Maydell
Browse files

target/arm: enable Small Translation tables in max CPU


Signed-off-by: default avatarRémi Denis-Courmont <remi.denis.courmont@huawei.com>
Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>
Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
parent c36c65ea
No related branches found
No related tags found
No related merge requests found
......@@ -669,6 +669,7 @@ static void aarch64_max_initfn(Object *obj)
t = cpu->isar.id_aa64mmfr2;
t = FIELD_DP64(t, ID_AA64MMFR2, UAO, 1);
t = FIELD_DP64(t, ID_AA64MMFR2, CNP, 1); /* TTCNP */
t = FIELD_DP64(t, ID_AA64MMFR2, ST, 1); /* TTST */
cpu->isar.id_aa64mmfr2 = t;
/* Replicate the same data to the 32-bit id registers. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment