Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/oprofile/
Dop_model_mipsxx.c271 if (!(read_c0_perfctrl0() & MIPS_PERFCTRL_M)) in __n_counters()
/Linux-v5.4/arch/mips/kernel/
Dperf_event_mipsxx.c252 return read_c0_perfctrl0(); in mipsxx_pmu_read_control()
754 if (!(read_c0_perfctrl0() & MIPS_PERFCTRL_M)) in __n_counters()
1805 if (read_c0_perfctrl0() & MIPS_PERFCTRL_W) { in init_hw_perf_events()
/Linux-v5.4/arch/mips/include/asm/
Dmipsregs.h1798 #define read_c0_perfctrl0() __read_32bit_c0_register($25, 0) macro