Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dstackframe.h453 li t1, ST0_KERNEL_CUMASK | STATMASK
466 li t1, ST0_KERNEL_CUMASK | STATMASK
480 li t1, ST0_KERNEL_CUMASK | (STATMASK & ~1)
H A Dmipsregs.h379 #define ST0_KERNEL_CUMASK (ST0_CU0 | ST0_CU2) macro
381 #define ST0_KERNEL_CUMASK ST0_CU0 macro
/openbmc/linux/arch/mips/kernel/
H A Dhead.S38 or t0, ST0_KERNEL_CUMASK|\set|0x1f|\clr
H A Dprocess.c123 p->thread.cp0_status = (read_c0_status() & ~(ST0_CU2|ST0_CU1)) | ST0_KERNEL_CUMASK; in copy_thread()
H A Dtraps.c2207 unsigned int status_set = ST0_KERNEL_CUMASK; in configure_status()