Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dcpu-probe.c647 c->options = MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE | MIPS_CPU_COUNTER | in decode_configs()
688 #define R4K_OPTS (MIPS_CPU_TLB | MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE \
958 c->options = MIPS_CPU_TLB | MIPS_CPU_4KEX | in cpu_probe_legacy()
967 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
977 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
992 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
1365 MIPS_CPU_4KEX | in cpu_probe_netlogic()
/linux-4.4.14/arch/mips/include/asm/
Dcpu.h352 #define MIPS_CPU_4KEX 0x00000002ull /* "R4K" exception model */ macro
Dcpu-features.h58 #define cpu_has_4kex (cpu_data[0].options & MIPS_CPU_4KEX)