Home
last modified time | relevance | path

Searched refs:cpu_has_small_pages (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/arch/mips/include/asm/mach-au1x00/
Dcpu-feature-overrides.h84 #define cpu_has_small_pages 0 macro
/linux-6.12.1/arch/mips/lib/
Ddump_tlb.c37 if (cpu_has_small_pages || cpu_has_rixi || cpu_has_xpa) in dump_tlb_regs()
/linux-6.12.1/arch/mips/include/asm/
Dcpu-features.h550 #ifndef cpu_has_small_pages
551 # define cpu_has_small_pages __opt(MIPS_CPU_SP) macro
/linux-6.12.1/arch/mips/kernel/
Dproc.c244 if (cpu_has_small_pages) in show_cpuinfo()