Home
last modified time | relevance | path

Searched refs:MIPS_CPU_CTXTC (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dcpu-features.h576 # define cpu_has_contextconfig __opt(MIPS_CPU_CTXTC)
695 #define cpu_guest_has_contextconfig (cpu_data[0].guest.options & MIPS_CPU_CTXTC)
744 #define cpu_guest_has_dyn_contextconfig (cpu_data[0].guest.options_dyn & MIPS_CPU_CTXTC)
H A Dcpu.h411 #define MIPS_CPU_CTXTC BIT_ULL(46) /* CPU has [X]ConfigContext registers */ macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dcpu-features.h574 # define cpu_has_contextconfig __opt(MIPS_CPU_CTXTC)
693 #define cpu_guest_has_contextconfig (cpu_data[0].guest.options & MIPS_CPU_CTXTC)
742 #define cpu_guest_has_dyn_contextconfig (cpu_data[0].guest.options_dyn & MIPS_CPU_CTXTC)
H A Dcpu.h404 #define MIPS_CPU_CTXTC BIT_ULL(46) /* CPU has [X]ConfigContext registers */ macro
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dcpu-probe.c508 c->options |= MIPS_CPU_RIXI | MIPS_CPU_CTXTC; in decode_config3()
513 c->options |= MIPS_CPU_CTXTC; in decode_config3()
884 c->guest.options |= MIPS_CPU_CTXTC; in decode_guest_config3()
886 c->guest.options_dyn |= MIPS_CPU_CTXTC; in decode_guest_config3()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dcpu-probe.c509 c->options |= MIPS_CPU_RIXI | MIPS_CPU_CTXTC; in decode_config3()
514 c->options |= MIPS_CPU_CTXTC; in decode_config3()
885 c->guest.options |= MIPS_CPU_CTXTC; in decode_guest_config3()
887 c->guest.options_dyn |= MIPS_CPU_CTXTC; in decode_guest_config3()

Completed in 9 milliseconds