Searched refs:MIPS_CPU_TLB (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/mips/kernel/
H A Dcpu-r3k-probe.c95 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE |
114 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE |
H A Dcpu-probe.c413 c->options |= MIPS_CPU_TLB;
415 c->options |= MIPS_CPU_TLB | MIPS_CPU_FTLB;
1033 #define R4K_OPTS (MIPS_CPU_TLB | MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE \
1043 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE |
1063 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE |
1214 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX |
1224 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX |
1240 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX |
/linux-master/arch/mips/include/asm/
H A Dcpu.h360 #define MIPS_CPU_TLB BIT_ULL( 0) /* CPU has TLB */ macro
H A Dcpu-features.h75 #define cpu_has_tlb __opt(MIPS_CPU_TLB)

Completed in 134 milliseconds