Searched refs:MIPS_CPU_TLBINV (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dcpu.h384 #define MIPS_CPU_TLBINV BIT_ULL(25) /* CPU supports TLBINV/F */ macro
H A Dcpu-features.h81 #define cpu_has_tlbinv __opt(MIPS_CPU_TLBINV)
/linux-master/arch/mips/kernel/
H A Dcpu-probe.c567 c->options |= MIPS_CPU_TLBINV;
1718 * using these two features, enable MIPS_CPU_TLBINV as well.
1723 c->options |= MIPS_CPU_FTLB | MIPS_CPU_TLBINV | MIPS_CPU_LDPTE;

Completed in 245 milliseconds