Searched refs:PMCCFILTR_EL0 (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | cpregs.h | 518 FIELD(HDFGRTR_EL2, PMCCFILTR_EL0, 14, 1) 585 FIELD(HDFGWTR_EL2, PMCCFILTR_EL0, 14, 1) 745 DO_BIT(HDFGRTR, PMCCFILTR_EL0),
|
H A D | internals.h | 1657 #define PMCCFILTR_EL0 (PMCCFILTR | PMCCFILTR_M) macro
|
H A D | helper.c | 1600 env->cp15.pmccfiltr_el0 = value & PMCCFILTR_EL0; in pmccfiltr_write()
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | pmu-emul.c | 94 return (idx == ARMV8_PMU_CYCLE_IDX) ? PMCCFILTR_EL0 : PMEVTYPER0_EL0 + idx; in counter_index_to_evtreg()
|
H A D | sys_regs.c | 982 reg = PMCCFILTR_EL0; in access_pmu_evtyper() 2413 { PMU_SYS_REG(PMCCFILTR_EL0), .access = access_pmu_evtyper, 2414 .reset = reset_val, .reg = PMCCFILTR_EL0, .val = 0 },
|
H A D | emulate-nested.c | 1456 SR_FGT(SYS_PMCCFILTR_EL0, HDFGRTR, PMCCFILTR_EL0, 1),
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | kvm_host.h | 328 PMCCFILTR_EL0, /* Cycle Count Filter Register */ enumerator
|
/openbmc/linux/arch/arm64/tools/ |
H A D | sysreg | 2211 Field 14 PMCCFILTR_EL0 2275 Field 14 PMCCFILTR_EL0
|
/openbmc/qemu/target/arm/hvf/ |
H A D | hvf.c | 1613 env->cp15.pmccfiltr_el0 = val & PMCCFILTR_EL0; in hvf_sysreg_write()
|