diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-07-07 09:15:47 -0600 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2025-07-10 09:21:45 +0100 |
| commit | ae2086426d3784cf66e5b0b7ac823c08e87b4c57 (patch) | |
| tree | bfe1cc16e6794c67a8d5f8b779e13fcd2869871c /target/arm/internals.h | |
| parent | a62fa0c7a00fab51459c68986e9259c389f1e5d6 (diff) | |
| download | focaccia-qemu-ae2086426d3784cf66e5b0b7ac823c08e87b4c57.tar.gz focaccia-qemu-ae2086426d3784cf66e5b0b7ac823c08e87b4c57.zip | |
target/arm: Split out performance monitor regs to cpregs-pmu.c
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20250707151547.196393-4-richard.henderson@linaro.org Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target/arm/internals.h')
| -rw-r--r-- | target/arm/internals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/arm/internals.h b/target/arm/internals.h index bcaf8965fc..c4765e4489 100644 --- a/target/arm/internals.h +++ b/target/arm/internals.h @@ -1873,6 +1873,8 @@ void define_debug_regs(ARMCPU *cpu); void define_tlb_insn_regs(ARMCPU *cpu); /* Add the cpreg definitions for AT instructions */ void define_at_insn_regs(ARMCPU *cpu); +/* Add the cpreg definitions for PM cpregs */ +void define_pm_cpregs(ARMCPU *cpu); /* Effective value of MDCR_EL2 */ static inline uint64_t arm_mdcr_el2_eff(CPUARMState *env) |