Searched refs:cpu_has_tlbinv (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/
H A Dtlb.h23 (cpu_has_tlbinv ? MIPS_ENTRYHI_EHINV : 0))
H A Dcpu-features.h23 #ifndef cpu_has_tlbinv
24 #define cpu_has_tlbinv (cpu_data[0].options & MIPS_CPU_TLBINV) macro
/linux-4.1.27/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h11 #define cpu_has_tlbinv 0 macro
/linux-4.1.27/arch/mips/mm/
H A Dtlb-r4k.c67 if (cpu_has_tlbinv) { local_flush_tlb_all()

Completed in 348 milliseconds