Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Dcpu.h388 #define MIPS_CPU_FTLB 0x20000000000ull /* CPU has Fixed-page-size TLB */ macro
Dcpu-features.h24 #define cpu_has_ftlb (cpu_data[0].options & MIPS_CPU_FTLB)
/linux-4.4.14/arch/mips/kernel/
Dcpu-probe.c424 c->options |= MIPS_CPU_TLB | MIPS_CPU_FTLB; in decode_config0()