Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
A Dcpu-r3k-probe.c96 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe()
115 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe()
122 c->options = MIPS_CPU_TLB | MIPS_CPU_TX39_CACHE; in cpu_probe()
A Dcpu-probe.c414 c->options |= MIPS_CPU_TLB; in decode_config0()
416 c->options |= MIPS_CPU_TLB | MIPS_CPU_FTLB; in decode_config0()
1034 #define R4K_OPTS (MIPS_CPU_TLB | MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE \
1044 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()
1064 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()
1194 c->options = MIPS_CPU_TLB | MIPS_CPU_TX39_CACHE; in cpu_probe_legacy()
1278 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
1288 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
1304 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
/linux/arch/mips/include/asm/
A Dcpu.h366 #define MIPS_CPU_TLB BIT_ULL( 0) /* CPU has TLB */ macro
A Dcpu-features.h75 #define cpu_has_tlb __opt(MIPS_CPU_TLB)

Completed in 9 milliseconds