Home
last modified time | relevance | path

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

/linux/arch/mips/lib/
A Ddump_tlb.c37 if (cpu_has_small_pages || cpu_has_rixi || cpu_has_xpa) in dump_tlb_regs()
84 bool xpa = cpu_has_xpa && (read_c0_pagegrain() & PG_ELPA); in dump_tlb()
/linux/arch/mips/include/asm/mach-ip27/
A Dcpu-feature-overrides.h49 #define cpu_has_xpa 0 macro
/linux/arch/mips/include/asm/mach-ip30/
A Dcpu-feature-overrides.h51 #define cpu_has_xpa 0 macro
/linux/arch/mips/include/asm/mach-dec/
A Dcpu-feature-overrides.h31 #define cpu_has_xpa 0 macro
/linux/arch/mips/mm/
A Dtlb-r4k.c352 if (cpu_has_xpa) in __update_tlb()
356 if (cpu_has_xpa) in __update_tlb()
A Dinit.c117 if (cpu_has_xpa) { in __kmap_pgprot()
A Dtlbex.c1062 if (cpu_has_xpa && !mips_xpa_disabled) { in build_update_entries()
1072 if (cpu_has_xpa && !mips_xpa_disabled) { in build_update_entries()
2654 if (cpu_has_xpa) in build_tlb_refill_handler()
/linux/arch/mips/include/asm/
A Dcpu-features.h228 #ifndef cpu_has_xpa
229 #define cpu_has_xpa (cpu_has_lpa && cpu_has_mvh) macro
/linux/arch/mips/kernel/
A Dproc.c144 if (cpu_has_xpa) in show_cpuinfo()

Completed in 15 milliseconds