Home
last modified time | relevance | path

Searched refs:cpu_has_local_ebase (Results 1 – 3 of 3) sorted by relevance

/arch/mips/include/asm/mach-loongson/
Dcpu-feature-overrides.h60 #define cpu_has_local_ebase 0 macro
/arch/mips/include/asm/
Dcpu-features.h142 #ifndef cpu_has_local_ebase
143 #define cpu_has_local_ebase 1 macro
/arch/mips/mm/
Dtlbex.c2369 if (cpu_has_local_ebase) in build_tlb_refill_handler()
2372 if (!cpu_has_local_ebase) in build_tlb_refill_handler()
2402 if (!cpu_has_local_ebase) in build_tlb_refill_handler()
2406 if (cpu_has_local_ebase) in build_tlb_refill_handler()