Searched refs:MIPS_CONF5_MI (Results 1 – 2 of 2) sorted by relevance
649 config5 |= MIPS_CONF5_MI; in decode_config5()651 config5 &= ~MIPS_CONF5_MI; in decode_config5()678 if (config5 & MIPS_CONF5_MI) in decode_config5()686 WARN_ON(!!cpu_has_mmid != !!(config5 & MIPS_CONF5_MI)); in decode_config5()
693 #define MIPS_CONF5_MI (_ULCAST_(1) << 17) macro