Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/kvm/aarch64/
Dvpmu_counter_access.c124 static unsigned long read_pmevtypern(int n) in read_pmevtypern() function
161 { read_pmevcntrn, write_pmevcntrn, read_pmevtypern, write_pmevtypern },
165 { read_pmevcntrn, write_sel_evcntr, read_pmevtypern, write_sel_evtyper },
/linux-6.12.1/arch/arm64/include/asm/
Darm_pmuv3.h38 static inline unsigned long read_pmevtypern(int n) in read_pmevtypern() function
/linux-6.12.1/arch/arm64/kvm/
Dpmu.c78 return read_pmevtypern(idx); in kvm_vcpu_pmu_read_evtype_direct()