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

/linux-master/arch/mips/include/asm/
H A Dtlb.h10 (cpu_has_tlbinv ? MIPS_ENTRYHI_EHINV : 0))
H A Dcpu-features.h80 #ifndef cpu_has_tlbinv
81 #define cpu_has_tlbinv __opt(MIPS_CPU_TLBINV) macro
/linux-master/arch/mips/include/asm/mach-ralink/mt7621/
H A Dcpu-feature-overrides.h56 #define cpu_has_tlbinv 0 macro
/linux-master/arch/mips/include/asm/mach-dec/
H A Dcpu-feature-overrides.h13 #define cpu_has_tlbinv 0 macro
/linux-master/arch/mips/include/asm/mach-ip27/
H A Dcpu-feature-overrides.h17 #define cpu_has_tlbinv 0 macro
/linux-master/arch/mips/include/asm/mach-ip30/
H A Dcpu-feature-overrides.h20 #define cpu_has_tlbinv 0 macro
/linux-master/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h12 #define cpu_has_tlbinv 0 macro
/linux-master/arch/mips/lib/
H A Ddump_tlb.c116 if (cpu_has_tlbinv && entryhi & MIPS_ENTRYHI_EHINV)
/linux-master/arch/mips/kernel/
H A Dproc.c166 if (cpu_has_tlbinv)
/linux-master/arch/mips/mm/
H A Dtlb-r4k.c73 if (cpu_has_tlbinv && !entry) {
H A Dtlbex.c735 BUG_ON(!cpu_has_tlbinv);

Completed in 154 milliseconds