]> Git Repo - qemu.git/commitdiff
target-arm: Add TLBI_ALLE1{IS}
authorEdgar E. Iglesias <[email protected]>
Tue, 2 Jun 2015 13:56:22 +0000 (14:56 +0100)
committerPeter Maydell <[email protected]>
Tue, 2 Jun 2015 13:56:25 +0000 (14:56 +0100)
Signed-off-by: Edgar E. Iglesias <[email protected]>
Message-id: 1432881807[email protected]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
target-arm/helper.c

index 54c70414556e6ce7f031dfc02139141e63a94a00..5505ba569a1484182ff835ab7ec449294ac3d775 100644 (file)
@@ -2368,6 +2368,14 @@ static const ARMCPRegInfo v8_cp_reginfo[] = {
       .opc0 = 1, .opc1 = 0, .crn = 7, .crm = 14, .opc2 = 2,
       .access = PL1_W, .type = ARM_CP_NOP },
     /* TLBI operations */
+    { .name = "TLBI_ALLE1", .state = ARM_CP_STATE_AA64,
+      .opc0 = 1, .opc1 = 4, .crn = 8, .crm = 7, .opc2 = 4,
+      .access = PL2_W, .type = ARM_CP_NO_RAW,
+      .writefn = tlbiall_write },
+    { .name = "TLBI_ALLE1IS", .state = ARM_CP_STATE_AA64,
+      .opc0 = 1, .opc1 = 4, .crn = 8, .crm = 3, .opc2 = 4,
+      .access = PL2_W, .type = ARM_CP_NO_RAW,
+      .writefn = tlbiall_write },
     { .name = "TLBI_VMALLE1IS", .state = ARM_CP_STATE_AA64,
       .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 3, .opc2 = 0,
       .access = PL1_W, .type = ARM_CP_NO_RAW,
This page took 0.035564 seconds and 4 git commands to generate.