Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dcpu.h390 #define MIPS_CPU_TLBINV MBIT_ULL(25) /* CPU supports TLBINV/F */ macro
Dcpu-features.h27 #define cpu_has_tlbinv (cpu_data[0].options & MIPS_CPU_TLBINV)
/arch/mips/kernel/
Dcpu-probe.c754 c->options |= MIPS_CPU_TLBINV; in decode_config4()
1827 c->options |= MIPS_CPU_FTLB | MIPS_CPU_TLBINV | MIPS_CPU_LDPTE; in cpu_probe_loongson()