Searched refs:MIPS_CPU_CTXTC (Results 1 – 3 of 3) sorted by relevance
570 # define cpu_has_contextconfig __opt(MIPS_CPU_CTXTC)669 #define cpu_guest_has_contextconfig (cpu_data[0].guest.options & MIPS_CPU_CTXTC)715 #define cpu_guest_has_dyn_contextconfig (cpu_data[0].guest.options_dyn & MIPS_CPU_CTXTC)
401 #define MIPS_CPU_CTXTC BIT_ULL(46) /* CPU has [X]ConfigContext registers */ macro
738 c->options |= MIPS_CPU_RIXI | MIPS_CPU_CTXTC; in decode_config3()743 c->options |= MIPS_CPU_CTXTC; in decode_config3()1114 c->guest.options |= MIPS_CPU_CTXTC; in decode_guest_config3()1116 c->guest.options_dyn |= MIPS_CPU_CTXTC; in decode_guest_config3()