Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dcpu-features.h603 # ifndef cpu_has_shared_ftlb_ram
604 # define cpu_has_shared_ftlb_ram \ macro
626 #ifndef cpu_has_shared_ftlb_ram
627 # define cpu_has_shared_ftlb_ram 0 macro
/linux/arch/mips/kernel/
H A Dproc.c265 if (cpu_has_shared_ftlb_ram) in show_cpuinfo()
/linux/arch/mips/mm/
H A Dtlbex.c1982 if (cpu_has_shared_ftlb_ram) in cpu_has_tlbex_tlbp_race()