projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccbc0e3
)
target/arm: Treat PMCCNTR as alias of PMCCNTR_EL0
author
Aaron Lindsay
<alindsay@codeaurora.org>
Thu, 26 Apr 2018 10:04:39 +0000
(11:04 +0100)
committer
Peter Maydell
<peter.maydell@linaro.org>
Thu, 26 Apr 2018 10:04:39 +0000
(11:04 +0100)
They share the same underlying state
Signed-off-by: Aaron Lindsay <alindsay@codeaurora.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id:
1523997485
-1905-3-git-send-email-alindsay@codeaurora.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 1526724d64eadeea9d411bd96b6d52310e1ea7a7..7bf4afa7197bfc578a8bd6952d5e96cf99a61dd2 100644
(file)
--- a/
target/arm/helper.c
+++ b/
target/arm/helper.c
@@
-1318,7
+1318,7
@@
static const ARMCPRegInfo v7_cp_reginfo[] = {
.fieldoffset = offsetof(CPUARMState, cp15.c9_pmselr),
.writefn = pmselr_write, .raw_writefn = raw_write, },
{ .name = "PMCCNTR", .cp = 15, .crn = 9, .crm = 13, .opc1 = 0, .opc2 = 0,
- .access = PL0_RW, .resetvalue = 0, .type = ARM_CP_IO,
+ .access = PL0_RW, .resetvalue = 0, .type = ARM_CP_
ALIAS | ARM_CP_
IO,
.readfn = pmccntr_read, .writefn = pmccntr_write32,
.accessfn = pmreg_access_ccntr },
{ .name = "PMCCNTR_EL0", .state = ARM_CP_STATE_AA64,