Searched refs:MIPS_CPU_MAAR (Results 1 – 3 of 3) sorted by relevance
97 #define cpu_has_maar __opt(MIPS_CPU_MAAR)699 #define cpu_guest_has_maar (cpu_data[0].guest.options & MIPS_CPU_MAAR)724 #define cpu_guest_has_dyn_maar (cpu_data[0].guest.options_dyn & MIPS_CPU_MAAR)
385 #define MIPS_CPU_MAAR BIT_ULL(30) /* MAAR(I) registers are present */ macro
889 c->options |= MIPS_CPU_MAAR; in decode_config5()1165 c->guest.options |= MIPS_CPU_MAAR; in decode_guest_config5()1167 c->guest.options_dyn |= MIPS_CPU_MAAR; in decode_guest_config5()