Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dcpu-features.h589 #ifndef cpu_has_gsexcex
590 # define cpu_has_gsexcex __opt(MIPS_CPU_GSEXCEX) macro
/linux/arch/mips/kernel/
H A Dtraps.c2469 if (cpu_has_gsexcex) in trap_init()