Searched refs:MIPS_CONF5_MI (Results 1 – 2 of 2) sorted by relevance
879 config5 |= MIPS_CONF5_MI; in decode_config5()881 config5 &= ~MIPS_CONF5_MI; in decode_config5()908 if (config5 & MIPS_CONF5_MI) in decode_config5()916 WARN_ON(!!cpu_has_mmid != !!(config5 & MIPS_CONF5_MI)); in decode_config5()
670 #define MIPS_CONF5_MI (_ULCAST_(1) << 17) macro