Searched refs:MIPS_CONF_M (Results 1 – 2 of 2) sorted by relevance
23 if (!(read_c0_config1() & MIPS_CONF_M)) in probe_l2()29 l2c = conf2 & MIPS_CONF_M; in probe_l2()31 l2c = read_c0_config3() & MIPS_CONF_M; in probe_l2()33 l2c = read_c0_config4() & MIPS_CONF_M; in probe_l2()
461 #define MIPS_CONF_M (_ULCAST_(1) << 31) macro