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

/linux-4.4.14/arch/mips/include/asm/mach-dec/
H A Dcpu-feature-overrides.h34 #define cpu_has_xpa 0 macro
/linux-4.4.14/arch/mips/include/asm/mach-ip27/
H A Dcpu-feature-overrides.h50 #define cpu_has_xpa 0 macro
/linux-4.4.14/arch/mips/lib/
H A Ddump_tlb.c34 if (cpu_has_small_pages || cpu_has_rixi || cpu_has_xpa) dump_tlb_regs()
77 bool xpa = cpu_has_xpa && (read_c0_pagegrain() & PG_ELPA); dump_tlb()
/linux-4.4.14/arch/mips/kernel/
H A Dproc.c123 if (cpu_has_xpa) seq_printf(m, "%s", " xpa"); show_cpuinfo()
/linux-4.4.14/arch/mips/include/asm/
H A Dcpu-features.h145 #ifndef cpu_has_xpa
146 #define cpu_has_xpa (cpu_data[0].options & MIPS_CPU_XPA) macro
/linux-4.4.14/arch/mips/mm/
H A Dtlbex.c2454 if (cpu_has_xpa) build_tlb_refill_handler()

Completed in 238 milliseconds