Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/include/asm/mach-au1x00/
Dcpu-feature-overrides.h38 #define cpu_has_guestctl1 0 macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dcpu-features.h182 #ifndef cpu_has_guestctl1
183 #define cpu_has_guestctl1 __opt(MIPS_CPU_GUESTCTL1) macro
/kernel/linux/linux-5.10/arch/mips/kernel/
Dcpu-probe.c1025 if (cpu_has_guestctl1) in cpu_probe_vz()