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

/linux-4.4.14/arch/mips/include/asm/
H A Dtlb.h23 (cpu_has_tlbinv ? MIPS_ENTRYHI_EHINV : 0))
H A Dcpu-features.h26 #ifndef cpu_has_tlbinv
27 #define cpu_has_tlbinv (cpu_data[0].options & MIPS_CPU_TLBINV) macro
/linux-4.4.14/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h11 #define cpu_has_tlbinv 0 macro
/linux-4.4.14/arch/mips/include/asm/mach-dec/
H A Dcpu-feature-overrides.h17 #define cpu_has_tlbinv 0 macro
/linux-4.4.14/arch/mips/include/asm/mach-ip27/
H A Dcpu-feature-overrides.h17 #define cpu_has_tlbinv 0 macro
/linux-4.4.14/arch/mips/lib/
H A Ddump_tlb.c102 if (cpu_has_tlbinv && entryhi & MIPS_ENTRYHI_EHINV) dump_tlb()
/linux-4.4.14/arch/mips/mm/
H A Dtlb-r4k.c67 if (cpu_has_tlbinv) { local_flush_tlb_all()

Completed in 161 milliseconds