Home
last modified time | relevance | path

Searched refs:MIPS_SR_COP_2_BIT (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/mips/mips/
H A Dlocore.S101 … li t0, ~(MIPS_SR_DE | MIPS_SR_SR | MIPS_SR_ERL | MIPS_SR_EXL | MIPS_SR_INT_IE | MIPS_SR_COP_2_BIT)
104 li t1, (MIPS_SR_COP_2_BIT | MIPS_SR_COP_0_BIT | MIPS_SR_KX | MIPS_SR_UX)
H A Docteon_cop2_swtch.S48 or t0, t2, MIPS_SR_COP_2_BIT
150 or t0, t2, MIPS_SR_COP_2_BIT
H A Dvm_machdep.c176 td2->td_frame->sr &= ~MIPS_SR_COP_2_BIT; in cpu_fork()
177 pcb2->pcb_context[PCB_REG_SR] &= ~MIPS_SR_COP_2_BIT; in cpu_fork()
402 td->td_md.md_saved_sr = ( (MIPS_SR_COP_2_BIT | MIPS_SR_COP_0_BIT) | in cpu_copy_thread()
H A Dswtch.S239 and t2, t0, ~MIPS_SR_COP_2_BIT # clear COP_2 enable bit
243 and t2, t0, ~MIPS_SR_COP_2_BIT # clear COP_2 enable bit
H A Dexception.S246 li a2, (MIPS_SR_KX | MIPS_SR_UX | MIPS_SR_COP_2_BIT) ; \
478 and t0, t0, ~(MIPS_SR_COP_2_BIT)
481 or t0, t0, (MIPS_SR_KX | MIPS_SR_UX | MIPS_SR_COP_2_BIT)
745 and t0, t0, ~(MIPS_SR_COP_2_BIT)
748 or t0, t0, (MIPS_SR_KX | MIPS_SR_UX | MIPS_SR_COP_2_BIT)
H A Dtrap.c950 td->td_frame->sr &= ~MIPS_SR_COP_2_BIT; in trap()
954 mips_wr_status(mips_rd_status() | MIPS_SR_COP_2_BIT); in trap()
1002 td->td_frame->sr |= MIPS_SR_COP_2_BIT; in trap()
/f-stack/freebsd/mips/beri/
H A Dberi_mp.c232 status |= MIPS_SR_COP_2_BIT; in platform_init_ap()
/f-stack/freebsd/mips/nlm/hal/
H A Dhaldefs.h63 mips_wr_status((sr & ~MIPS_SR_INT_IE) | MIPS_SR_COP_2_BIT); in nlm_save_flags_cop2()
/f-stack/freebsd/mips/include/
H A Dcpuregs.h210 #define MIPS_SR_COP_2_BIT 0x40000000 macro
/f-stack/freebsd/mips/nlm/
H A Dxlp_machdep.c654 stat |= MIPS_SR_COP_2_BIT | MIPS_SR_COP_0_BIT; in platform_init_ap()