Searched refs:MIPS_CONF5_MI (Results 1 – 2 of 2) sorted by relevance
655 config5 |= MIPS_CONF5_MI; in decode_config5()657 config5 &= ~MIPS_CONF5_MI; in decode_config5()684 if (config5 & MIPS_CONF5_MI) in decode_config5()692 WARN_ON(!!cpu_has_mmid != !!(config5 & MIPS_CONF5_MI)); in decode_config5()2072 config5 &= ~MIPS_CONF5_MI; in cpu_disable_mmid()
823 #define MIPS_CONF5_MI (_ULCAST_(1) << 17) macro