Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/kvm/
Dpmu-emul.c117 reg = PMEVTYPER0_EL0 + select_idx; in kvm_pmu_idx_has_chain_evtype()
533 type = __vcpu_sys_reg(vcpu, PMEVTYPER0_EL0 + i); in kvm_pmu_software_increment()
613 ? PMCCFILTR_EL0 : PMEVTYPER0_EL0 + pmc->idx; in kvm_pmu_create_perf_event()
734 ? PMCCFILTR_EL0 : PMEVTYPER0_EL0 + select_idx; in kvm_pmu_set_counter_event_type()
Dsys_regs.c864 reg = PMEVTYPER0_EL0 + idx; in access_pmu_evtyper()
871 reg = PMEVTYPER0_EL0 + idx; in access_pmu_evtyper()
1039 access_pmu_evtyper, reset_unknown, (PMEVTYPER0_EL0 + n), }
/Linux-v5.10/arch/arm64/include/asm/
Dkvm_host.h166 PMEVTYPER0_EL0, /* Event Type Register (0-30) */ enumerator
167 PMEVTYPER30_EL0 = PMEVTYPER0_EL0 + 30,