Searched refs:MIPS_PERFCTRL_M (Results 1 – 3 of 3) sorted by relevance
271 if (!(read_c0_perfctrl0() & MIPS_PERFCTRL_M)) in __n_counters()273 if (!(read_c0_perfctrl1() & MIPS_PERFCTRL_M)) in __n_counters()275 if (!(read_c0_perfctrl2() & MIPS_PERFCTRL_M)) in __n_counters()
754 if (!(read_c0_perfctrl0() & MIPS_PERFCTRL_M)) in __n_counters()756 if (!(read_c0_perfctrl1() & MIPS_PERFCTRL_M)) in __n_counters()758 if (!(read_c0_perfctrl2() & MIPS_PERFCTRL_M)) in __n_counters()
733 #define MIPS_PERFCTRL_M (_ULCAST_(1) << 31) macro