Searched refs:write_pmevcntrn (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/testing/selftests/kvm/aarch64/ |
D | vpmu_counter_access.c | 116 static void write_pmevcntrn(int n, unsigned long val) in write_pmevcntrn() 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 | 24 static inline void write_pmevcntrn(int n, unsigned long val) in write_pmevcntrn() function
|
/linux-6.12.1/arch/arm/include/asm/ |
D | arm_pmuv3.h | 105 static inline void write_pmevcntrn(int n, unsigned long val) in write_pmevcntrn() function
|
/linux-6.12.1/drivers/perf/ |
D | arm_pmuv3.c | 584 write_pmevcntrn(idx, value); in armv8pmu_write_evcntr()
|