Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/lib/
H 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()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ip30/
H A Dcpu-feature-overrides.h50 #define cpu_has_xpa 0 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ip27/
H A Dcpu-feature-overrides.h48 #define cpu_has_xpa 0 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-dec/
H A Dcpu-feature-overrides.h31 #define cpu_has_xpa 0 macro
/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dtlb-r4k.c352 if (cpu_has_xpa) in __update_tlb()
356 if (cpu_has_xpa) in __update_tlb()
H A Dinit.c118 if (cpu_has_xpa) { in __kmap_pgprot()
H A Dtlbex.c1068 if (cpu_has_xpa && !mips_xpa_disabled) { in build_update_entries()
1078 if (cpu_has_xpa && !mips_xpa_disabled) { in build_update_entries()
2657 if (cpu_has_xpa) in build_tlb_refill_handler()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcpu-features.h230 #ifndef cpu_has_xpa
231 #define cpu_has_xpa (cpu_has_lpa && cpu_has_mvh) macro
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dproc.c130 if (cpu_has_xpa) seq_printf(m, "%s", " xpa"); in show_cpuinfo()