Searched refs:MIPS_CPU_MAAR (Results 1 – 3 of 3) sorted by relevance
99 #define cpu_has_maar __opt(MIPS_CPU_MAAR)709 #define cpu_guest_has_maar (cpu_data[0].guest.options & MIPS_CPU_MAAR)734 #define cpu_guest_has_dyn_maar (cpu_data[0].guest.options_dyn & MIPS_CPU_MAAR)
389 #define MIPS_CPU_MAAR BIT_ULL(30) /* MAAR(I) registers are present */ macro
660 c->options |= MIPS_CPU_MAAR; in decode_config5()936 c->guest.options |= MIPS_CPU_MAAR; in decode_guest_config5()938 c->guest.options_dyn |= MIPS_CPU_MAAR; in decode_guest_config5()
Completed in 8 milliseconds