Searched refs:config5 (Results 1 – 2 of 2) sorted by relevance
647 unsigned int config5, max_mmid_width; in decode_config5() local650 config5 = read_c0_config5(); in decode_config5()651 config5 &= ~(MIPS_CONF5_UFR | MIPS_CONF5_UFE); in decode_config5()655 config5 |= MIPS_CONF5_MI; in decode_config5()657 config5 &= ~MIPS_CONF5_MI; in decode_config5()660 write_c0_config5(config5); in decode_config5()662 if (config5 & MIPS_CONF5_EVA) in decode_config5()664 if (config5 & MIPS_CONF5_MRP) in decode_config5()666 if (config5 & MIPS_CONF5_LLB) in decode_config5()668 if (config5 & MIPS_CONF5_MVH) in decode_config5()[all …]
3059 __BUILD_SET_C0(config5) in __BUILD_SET_C0()