Searched refs:write_pmevtypern (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/tools/testing/selftests/kvm/aarch64/ |
D | vpmu_counter_access.c | 132 static void write_pmevtypern(int n, unsigned long val) in write_pmevtypern() function 161 { read_pmevcntrn, write_pmevcntrn, read_pmevtypern, write_pmevtypern }, 167 { read_sel_evcntr, write_pmevcntrn, read_sel_evtyper, write_pmevtypern },
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | arm_pmuv3.h | 31 static inline void write_pmevtypern(int n, unsigned long val) in write_pmevtypern() function
|
/linux-6.12.1/arch/arm64/kvm/ |
D | pmu.c | 92 write_pmevtypern(idx, val); in kvm_vcpu_pmu_write_evtype_direct()
|
/linux-6.12.1/arch/arm/include/asm/ |
D | arm_pmuv3.h | 112 static inline void write_pmevtypern(int n, unsigned long val) in write_pmevtypern() function
|
/linux-6.12.1/drivers/perf/ |
D | arm_pmuv3.c | 626 write_pmevtypern(idx, val); in armv8pmu_write_evtype()
|