arch-arm: Enable ARMv8.1-VMID16 by default
Change-Id: Ibeb724cf1e599b10b4ddcc030d3c8eda59afea47 Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/45188 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Richard Cooper <richard.cooper@arm.com> Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
This commit is contained in:
@@ -113,8 +113,8 @@ class ArmISA(BaseISA):
|
||||
# 4K | 64K | !16K | !BigEndEL0 | !SNSMem | !BigEnd | 8b ASID | 40b PA
|
||||
id_aa64mmfr0_el1 = Param.UInt64(0x0000000000f00002,
|
||||
"AArch64 Memory Model Feature Register 0")
|
||||
# PAN | HPDS | !VHE
|
||||
id_aa64mmfr1_el1 = Param.UInt64(0x0000000000101000,
|
||||
# PAN | HPDS | !VHE | VMIDBits
|
||||
id_aa64mmfr1_el1 = Param.UInt64(0x0000000000101020,
|
||||
"AArch64 Memory Model Feature Register 1")
|
||||
# |VARANGE
|
||||
id_aa64mmfr2_el1 = Param.UInt64(0x0000000000010000,
|
||||
|
||||
Reference in New Issue
Block a user