Home
last modified time | relevance | path

Searched refs:cpu_has_3kex (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/
Dcpu-features.h51 #ifndef cpu_has_3kex
52 #define cpu_has_3kex (!cpu_has_4kex) macro
/linux-4.1.27/arch/mips/kernel/
Dtraps.c284 if (cpu_has_3kex) { in __show_regs()