projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdb9e2d
)
target-arm: Add TLBI_ALLE2
author
Edgar E. Iglesias
<edgar.iglesias@xilinx.com>
Tue, 2 Jun 2015 13:56:22 +0000
(14:56 +0100)
committer
Peter Maydell
<peter.maydell@linaro.org>
Tue, 2 Jun 2015 13:56:25 +0000
(14:56 +0100)
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-id:
1432881807
-18164-10-git-send-email-edgar.iglesias@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/helper.c
patch
|
blob
|
history
diff --git
a/target-arm/helper.c
b/target-arm/helper.c
index 5505ba569a1484182ff835ab7ec449294ac3d775..f73fceddaed9a4e4eaa7691f89ad31ad6c251284 100644
(file)
--- a/
target-arm/helper.c
+++ b/
target-arm/helper.c
@@
-2647,6
+2647,10
@@
static const ARMCPRegInfo v8_el2_cp_reginfo[] = {
.access = PL2_RW, .type = ARM_CP_64BIT | ARM_CP_ALIAS,
.resetvalue = 0,
.fieldoffset = offsetof(CPUARMState, cp15.ttbr0_el[2]) },
+ { .name = "TLBI_ALLE2", .state = ARM_CP_STATE_AA64,
+ .opc0 = 1, .opc1 = 4, .crn = 8, .crm = 7, .opc2 = 0,
+ .type = ARM_CP_NO_RAW, .access = PL2_W,
+ .writefn = tlbiall_write },
REGINFO_SENTINEL
};