Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dcpu-features.h143 #ifndef cpu_has_xpa
144 #define cpu_has_xpa (cpu_data[0].options & MIPS_CPU_XPA) macro
/linux-4.1.27/arch/mips/kernel/
Dproc.c123 if (cpu_has_xpa) seq_printf(m, "%s", " xpa"); in show_cpuinfo()
/linux-4.1.27/arch/mips/mm/
Dtlbex.c2412 if (cpu_has_xpa) in build_tlb_refill_handler()