Searched refs:MIPS_PERFCTRL_M (Results 1 – 3 of 3) sorted by relevance
273 if (!(read_c0_perfctrl0() & MIPS_PERFCTRL_M)) in __n_counters()275 if (!(read_c0_perfctrl1() & MIPS_PERFCTRL_M)) in __n_counters()277 if (!(read_c0_perfctrl2() & MIPS_PERFCTRL_M)) in __n_counters()
803 if (!(read_c0_perfctrl0() & MIPS_PERFCTRL_M)) in __n_counters()805 if (!(read_c0_perfctrl1() & MIPS_PERFCTRL_M)) in __n_counters()807 if (!(read_c0_perfctrl2() & MIPS_PERFCTRL_M)) in __n_counters()
784 #define MIPS_PERFCTRL_M (_ULCAST_(1) << 31) macro