Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dcpu.h372 #define MIPS_CPU_TLBINV 0x02000000ull /* CPU supports TLBINV/F */ macro
Dcpu-features.h24 #define cpu_has_tlbinv (cpu_data[0].options & MIPS_CPU_TLBINV)
/linux-4.1.27/arch/mips/kernel/
Dcpu-probe.c542 c->options |= MIPS_CPU_TLBINV; in decode_config4()