Searched refs:MIPS_PERFCTRL_M (Results 1 – 3 of 3) sorted by relevance
261 if (!(read_c0_perfctrl0() & MIPS_PERFCTRL_M)) in __n_counters()263 if (!(read_c0_perfctrl1() & MIPS_PERFCTRL_M)) in __n_counters()265 if (!(read_c0_perfctrl2() & MIPS_PERFCTRL_M)) in __n_counters()
772 if (!(read_c0_perfctrl0() & MIPS_PERFCTRL_M)) in __n_counters()774 if (!(read_c0_perfctrl1() & MIPS_PERFCTRL_M)) in __n_counters()776 if (!(read_c0_perfctrl2() & MIPS_PERFCTRL_M)) in __n_counters()
729 #define MIPS_PERFCTRL_M (_ULCAST_(1) << 31) macro