Searched refs:MIPS_CONF_M (Results 1 – 2 of 2) sorted by relevance
24 if (!(read_c0_config1() & MIPS_CONF_M)) in probe_l2()30 l2c = conf2 & MIPS_CONF_M; in probe_l2()32 l2c = read_c0_config3() & MIPS_CONF_M; in probe_l2()34 l2c = read_c0_config4() & MIPS_CONF_M; in probe_l2()
460 #define MIPS_CONF_M (_ULCAST_(1) << 31) macro