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

/linux-master/arch/mips/include/asm/
H A Dcpu.h361 #define MIPS_CPU_4KEX BIT_ULL( 1) /* "R4K" exception model */ macro
H A Dcpu-features.h115 #define cpu_has_4kex __isa_ge_or_opt(1, MIPS_CPU_4KEX)
/linux-master/arch/mips/kernel/
H A Dcpu-probe.c724 c->options = MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE | MIPS_CPU_COUNTER |
1033 #define R4K_OPTS (MIPS_CPU_TLB | MIPS_CPU_4KEX | MIPS_CPU_4K_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 |

Completed in 200 milliseconds