Home
last modified time | relevance | path

Searched refs:ST0_CU1 (Results 1 – 7 of 7) sorted by relevance

/arch/mips/include/asm/
Dfpu.h38 set_c0_status(ST0_CU1); \
44 clear_c0_status(ST0_CU1); \
76 KSTK_STATUS(current) |= ST0_CU1; in __own_fpu()
102 KSTK_STATUS(current) &= ~ST0_CU1; in lose_fpu()
Dswitch_to.h50 (!(KSTK_STATUS(prev) & ST0_CU1))) { \
Dmipsregs.h419 #define ST0_CU1 0x20000000 macro
/arch/mips/kernel/
Dr2300_switch.S72 li t1, ~ST0_CU1
129 li t1, ST0_CU1
Dprocess.c91 status = regs->cp0_status & ~(ST0_CU0|ST0_CU1|ST0_FR|KU_MASK); in start_thread()
157 p->thread.cp0_status = read_c0_status() & ~(ST0_CU2|ST0_CU1); in copy_thread()
158 childregs->cp0_status &= ~(ST0_CU2|ST0_CU1); in copy_thread()
165 childregs->cp0_tcstatus &= ~(ST0_CU2|ST0_CU1); in copy_thread()
Dr4k_switch.S71 li t1, ~ST0_CU1
161 li t1, ST0_CU1
166 li t1, ST0_CU1
Dkgdb.c141 if (!(regs->cp0_status & ST0_CU1)) in dbg_set_reg()
175 if (!(regs->cp0_status & ST0_CU1)) in dbg_get_reg()