Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/kernel/
Dcpu-probe.c332 #define R4K_OPTS (MIPS_CPU_TLB | MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE \
342 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()
363 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()
465 c->options = MIPS_CPU_TLB | MIPS_CPU_TX39_CACHE; in cpu_probe_legacy()
539 c->options = MIPS_CPU_TLB | MIPS_CPU_FPU | in cpu_probe_legacy()
547 c->options = MIPS_CPU_TLB | MIPS_CPU_FPU | in cpu_probe_legacy()
586 c->options = MIPS_CPU_TLB | MIPS_CPU_4KEX | in cpu_probe_legacy()
595 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
605 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
615 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
[all …]
/linux-3.4.99/arch/mips/include/asm/
Dcpu.h298 #define MIPS_CPU_TLB 0x00000001 /* CPU has TLB */ macro
Dcpu-features.h25 #define cpu_has_tlb (cpu_data[0].options & MIPS_CPU_TLB)