Searched refs:perf_counter (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/mips/kernel/ |
D | pm-cps.c | 249 unsigned perf_counter, perf_event; in cps_gen_flush_fsb() local 258 perf_counter = 1; in cps_gen_flush_fsb() 282 uasm_i_mfc0(pp, t2, 25, (perf_counter * 2) + 0); /* PerfCtlN */ in cps_gen_flush_fsb() 283 uasm_i_mfc0(pp, t3, 25, (perf_counter * 2) + 1); /* PerfCntN */ in cps_gen_flush_fsb() 287 uasm_i_mtc0(pp, t0, 25, (perf_counter * 2) + 0); /* PerfCtlN */ in cps_gen_flush_fsb() 289 uasm_i_mtc0(pp, zero, 25, (perf_counter * 2) + 1); /* PerfCntN */ in cps_gen_flush_fsb() 318 uasm_i_mfc0(pp, t1, 25, (perf_counter * 2) + 1); /* PerfCntN */ in cps_gen_flush_fsb() 325 uasm_i_mtc0(pp, t2, 25, (perf_counter * 2) + 0); /* PerfCtlN */ in cps_gen_flush_fsb() 327 uasm_i_mtc0(pp, t3, 25, (perf_counter * 2) + 1); /* PerfCntN */ in cps_gen_flush_fsb()
|
/Linux-v4.19/Documentation/ioctl/ |
D | ioctl-number.txt | 83 '$' 00-0F linux/perf_counter.h, linux/perf_event.h
|