Home
last modified time | relevance | path

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

/arch/mips/oprofile/
Dop_model_mipsxx.c280 if (!(read_c0_perfctrl2() & M_PERFCTL_MORE)) in __n_counters()
/arch/mips/kernel/
Dperf_event_mipsxx.c280 return read_c0_perfctrl2(); in mipsxx_pmu_read_control()
761 if (!(read_c0_perfctrl2() & M_PERFCTL_MORE)) in __n_counters()
/arch/mips/include/asm/
Dmipsregs.h1588 #define read_c0_perfctrl2() __read_32bit_c0_register($25, 4) macro