Home
last modified time | relevance | path

Searched refs:PMCCFILTR_EL0 (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/target/arm/
H A Dcpregs.h510 FIELD(HDFGRTR_EL2, PMCCFILTR_EL0, 14, 1)
577 FIELD(HDFGWTR_EL2, PMCCFILTR_EL0, 14, 1)
737 DO_BIT(HDFGRTR, PMCCFILTR_EL0),
H A Dinternals.h1433 #define PMCCFILTR_EL0 (PMCCFILTR | PMCCFILTR_M) macro
H A Dhelper.c1563 env->cp15.pmccfiltr_el0 = value & PMCCFILTR_EL0; in pmccfiltr_write()
/openbmc/linux/arch/arm64/kvm/
H A Dpmu-emul.c94 return (idx == ARMV8_PMU_CYCLE_IDX) ? PMCCFILTR_EL0 : PMEVTYPER0_EL0 + idx; in counter_index_to_evtreg()
H A Dsys_regs.c976 reg = PMCCFILTR_EL0; in access_pmu_evtyper()
2359 { PMU_SYS_REG(PMCCFILTR_EL0), .access = access_pmu_evtyper,
2360 .reset = reset_val, .reg = PMCCFILTR_EL0, .val = 0 },
H A Demulate-nested.c1456 SR_FGT(SYS_PMCCFILTR_EL0, HDFGRTR, PMCCFILTR_EL0, 1),
/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_host.h330 PMCCFILTR_EL0, /* Cycle Count Filter Register */ enumerator
/openbmc/linux/arch/arm64/tools/
H A Dsysreg2211 Field 14 PMCCFILTR_EL0
2275 Field 14 PMCCFILTR_EL0
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c1549 env->cp15.pmccfiltr_el0 = val & PMCCFILTR_EL0; in hvf_sysreg_write()