Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dcpu-features.h621 # ifndef cpu_has_shared_ftlb_entries
622 # define cpu_has_shared_ftlb_entries \ macro
630 #ifndef cpu_has_shared_ftlb_entries
631 # define cpu_has_shared_ftlb_entries 0 macro
/openbmc/linux/arch/mips/mm/
H A Dcontext.c248 if (cpu_has_shared_ftlb_entries && in check_switch_mmu_context()
/openbmc/linux/arch/mips/kernel/
H A Dproc.c268 if (cpu_has_shared_ftlb_entries) in show_cpuinfo()