Home
last modified time | relevance | path

Searched refs:MIPS_CPU_CTXTC (Results 1 – 3 of 3) sorted by relevance

/arch/mips/include/asm/
Dcpu-features.h489 # define cpu_has_contextconfig (cpu_data[0].options & MIPS_CPU_CTXTC)
568 #define cpu_guest_has_contextconfig (cpu_data[0].guest.options & MIPS_CPU_CTXTC)
614 #define cpu_guest_has_dyn_contextconfig (cpu_data[0].guest.options_dyn & MIPS_CPU_CTXTC)
Dcpu.h409 #define MIPS_CPU_CTXTC MBIT_ULL(46) /* CPU has [X]ConfigContext registers */ macro
/arch/mips/kernel/
Dcpu-probe.c699 c->options |= MIPS_CPU_RIXI | MIPS_CPU_CTXTC; in decode_config3()
704 c->options |= MIPS_CPU_CTXTC; in decode_config3()
1019 c->guest.options |= MIPS_CPU_CTXTC; in decode_guest_config3()
1021 c->guest.options_dyn |= MIPS_CPU_CTXTC; in decode_guest_config3()