Searched refs:cpu_has_xpa (Results 1 – 6 of 6) sorted by relevance
34 if (cpu_has_small_pages || cpu_has_rixi || cpu_has_xpa) in dump_tlb_regs()77 bool xpa = cpu_has_xpa && (read_c0_pagegrain() & PG_ELPA); in dump_tlb()
50 #define cpu_has_xpa 0 macro
34 #define cpu_has_xpa 0 macro
145 #ifndef cpu_has_xpa146 #define cpu_has_xpa (cpu_data[0].options & MIPS_CPU_XPA) macro
123 if (cpu_has_xpa) seq_printf(m, "%s", " xpa"); in show_cpuinfo()
2454 if (cpu_has_xpa) in build_tlb_refill_handler()