Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dmipsregs.h524 #define ST0_KERNEL_CUMASK (ST0_CU0 | ST0_CU2) macro
526 #define ST0_KERNEL_CUMASK ST0_CU0 macro
/linux/arch/mips/kernel/
H A Dtraps.c2169 unsigned int status_set = ST0_KERNEL_CUMASK; in configure_status()