Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/include/asm/mach-au1x00/
Dcpu-feature-overrides.h48 #define cpu_has_lpa 0 macro
/linux-5.19.10/arch/mips/include/asm/
Dcpu-features.h222 #ifndef cpu_has_lpa
223 #define cpu_has_lpa __opt(MIPS_CPU_LPA) macro
229 #define cpu_has_xpa (cpu_has_lpa && cpu_has_mvh)
/linux-5.19.10/arch/mips/kernel/
Dproc.c214 if (cpu_has_lpa) in show_cpuinfo()