Home
last modified time | relevance | path

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

/arch/mips/lib/
Ddump_tlb.c38 if (cpu_has_small_pages || cpu_has_rixi || cpu_has_xpa) in dump_tlb_regs()
85 bool xpa = cpu_has_xpa && (read_c0_pagegrain() & PG_ELPA); in dump_tlb()
/arch/mips/include/asm/mach-ip27/
Dcpu-feature-overrides.h51 #define cpu_has_xpa 0 macro
/arch/mips/include/asm/mach-dec/
Dcpu-feature-overrides.h31 #define cpu_has_xpa 0 macro
/arch/mips/mm/
Dtlb-r4k.c351 if (cpu_has_xpa) in __update_tlb()
355 if (cpu_has_xpa) in __update_tlb()
Dinit.c119 if (cpu_has_xpa) { in __kmap_pgprot()
Dtlbex.c1064 if (cpu_has_xpa && !mips_xpa_disabled) { in build_update_entries()
1074 if (cpu_has_xpa && !mips_xpa_disabled) { in build_update_entries()
2650 if (cpu_has_xpa) in build_tlb_refill_handler()
/arch/mips/kernel/
Dproc.c126 if (cpu_has_xpa) seq_printf(m, "%s", " xpa"); in show_cpuinfo()
/arch/mips/include/asm/
Dcpu-features.h231 #ifndef cpu_has_xpa
232 #define cpu_has_xpa (cpu_has_lpa && cpu_has_mvh) macro