Searched refs:ST0_CU2 (Results 1 – 5 of 5) sorted by relevance
31 KSTK_STATUS(current) |= ST0_CU2; in cnmips_cu2_call()33 write_c0_status(status | ST0_CU2); in cnmips_cu2_call()35 write_c0_status(status & ~ST0_CU2); in cnmips_cu2_call()
61 return change_c0_status(ST0_CU2 | ST0_IE, ST0_CU2); in nlm_save_flags_cop2()
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()
50 li t1, ST0_CU266 li t1, ST0_CU2
420 #define ST0_CU2 0x40000000 macro