Home
last modified time | relevance | path

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

/linux/arch/mips/lib/
H A Ddump_tlb.c37 if (cpu_has_small_pages || cpu_has_rixi || cpu_has_xpa) in dump_tlb_regs()
76 bool xpa = cpu_has_xpa && (read_c0_pagegrain() & PG_ELPA); in dump_tlb()
/linux/arch/mips/include/asm/mach-ip30/
H A Dcpu-feature-overrides.h49 #define cpu_has_xpa 0 macro
/linux/arch/mips/include/asm/mach-ip27/
H A Dcpu-feature-overrides.h47 #define cpu_has_xpa 0 macro
/linux/arch/mips/include/asm/mach-dec/
H A Dcpu-feature-overrides.h30 #define cpu_has_xpa 0 macro
/linux/arch/mips/include/asm/
H A Dcpu-features.h245 #ifndef cpu_has_xpa
246 #define cpu_has_xpa (cpu_has_lpa && cpu_has_mvh) macro
/linux/arch/mips/mm/
H A Dinit.c119 if (cpu_has_xpa) { in __kmap_pgprot()
H A Dtlbex.c1007 if (cpu_has_xpa && !mips_xpa_disabled) { in build_update_entries()
1017 if (cpu_has_xpa && !mips_xpa_disabled) { in build_update_entries()
2581 if (cpu_has_xpa) in build_tlb_refill_handler()