Home
last modified time | relevance | path

Searched refs:M_PERFCTL_MORE (Results 1 – 2 of 2) sorted by relevance

/arch/mips/oprofile/
Dop_model_mipsxx.c31 #define M_PERFCTL_MORE (1UL << 31) macro
278 if (!(read_c0_perfctrl0() & M_PERFCTL_MORE)) in __n_counters()
280 if (!(read_c0_perfctrl1() & M_PERFCTL_MORE)) in __n_counters()
282 if (!(read_c0_perfctrl2() & M_PERFCTL_MORE)) in __n_counters()
/arch/mips/kernel/
Dperf_event_mipsxx.c125 #define M_PERFCTL_MORE (1 << 31) macro
759 if (!(read_c0_perfctrl0() & M_PERFCTL_MORE)) in __n_counters()
761 if (!(read_c0_perfctrl1() & M_PERFCTL_MORE)) in __n_counters()
763 if (!(read_c0_perfctrl2() & M_PERFCTL_MORE)) in __n_counters()