Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dstackframe.h456 li t1, ST0_KERNEL_CUMASK | STATMASK
469 li t1, ST0_KERNEL_CUMASK | STATMASK
483 li t1, ST0_KERNEL_CUMASK | (STATMASK & ~1)
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 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.c2169 unsigned int status_set = ST0_KERNEL_CUMASK; in configure_status()