Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/oprofile/
Dop_model_mipsxx.c282 if (!(read_c0_perfctrl2() & M_PERFCTL_MORE)) in __n_counters()
/linux-4.1.27/arch/mips/kernel/
Dperf_event_mipsxx.c282 return read_c0_perfctrl2(); in mipsxx_pmu_read_control()
763 if (!(read_c0_perfctrl2() & M_PERFCTL_MORE)) in __n_counters()
/linux-4.1.27/arch/mips/include/asm/
Dmipsregs.h1286 #define read_c0_perfctrl2() __read_32bit_c0_register($25, 4) macro