Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Dpmu-emul.c120 return (idx == ARMV8_PMU_CYCLE_IDX) ? PMCCFILTR_EL0 : PMEVTYPER0_EL0 + idx; in counter_index_to_evtreg()
H A Dsys_regs.c1199 reg = PMCCFILTR_EL0; in access_pmu_evtyper()
3636 { PMU_SYS_REG(PMCCFILTR_EL0), .access = access_pmu_evtyper,
3637 .reset = reset_val, .reg = PMCCFILTR_EL0, .val = 0 },
/linux/arch/arm64/include/asm/
H A Dkvm_host.h459 PMCCFILTR_EL0, /* Cycle Count Filter Register */ enumerator