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