Home
last modified time | relevance | path

Searched refs:write_pmevcntrn (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/kvm/arm64/
H A Dvpmu_counter_access.c110 static void write_pmevcntrn(int n, unsigned long val) in write_pmevcntrn() function
155 { read_pmevcntrn, write_pmevcntrn, read_pmevtypern, write_pmevtypern },
161 { read_sel_evcntr, write_pmevcntrn, read_sel_evtyper, write_pmevtypern },
/linux/arch/arm64/include/asm/
H A Darm_pmuv3.h24 static inline void write_pmevcntrn(int n, unsigned long val) in write_pmevcntrn() function
/linux/arch/arm/include/asm/
H A Darm_pmuv3.h105 static inline void write_pmevcntrn(int n, unsigned long val) in write_pmevcntrn() function
/linux/drivers/perf/
H A Darm_pmuv3.c611 write_pmevcntrn(idx, value); in armv8pmu_write_evcntr()