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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dcpu-probe.c309 #define R4K_OPTS (MIPS_CPU_TLB | MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE \
319 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE |
340 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE |
427 c->options = MIPS_CPU_TLB | MIPS_CPU_TX39_CACHE;
501 c->options = MIPS_CPU_TLB | MIPS_CPU_FPU |
509 c->options = MIPS_CPU_TLB | MIPS_CPU_FPU |
548 c->options = MIPS_CPU_TLB | MIPS_CPU_4KEX |
557 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX |
567 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX |
577 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACH
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dcpu-features.h25 #define cpu_has_tlb (cpu_data[0].options & MIPS_CPU_TLB)
H A Dcpu.h266 #define MIPS_CPU_TLB 0x00000001 /* CPU has TLB */ macro

Completed in 205 milliseconds