Searched refs:cpu_has_4kex (Results 26 - 29 of 29) sorted by relevance

12

/linux-master/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h21 #define cpu_has_4kex 1 macro
/linux-master/arch/mips/include/asm/
H A Dcpu-features.h112 #define cpu_has_3kex (!cpu_has_4kex)
114 #ifndef cpu_has_4kex
115 #define cpu_has_4kex __isa_ge_or_opt(1, MIPS_CPU_4KEX) macro
/linux-master/arch/mips/kernel/
H A Dproc.c178 if (cpu_has_4kex)
H A Dtraps.c322 } else if (cpu_has_4kex) {
2493 else if (cpu_has_4kex)

Completed in 152 milliseconds

12