Searched refs:tf_ipsw (Results 1 – 7 of 7) sorted by relevance
373 frame->tf_ipsw |= PSL_N; in trap()419 frame->tf_ipsw |= PSL_N; in trap()438 frame->tf_ipsw |= PSL_N; in trap()571 frame->tf_ipsw |= PSL_N; in trap()716 p->p_md.md_regs->tf_ipsw &= ~PSL_T; in process_sstep()750 p->p_md.md_regs->tf_ipsw |= PSL_T; in process_sstep()752 p->p_md.md_regs->tf_ipsw &= ~PSL_T; in process_sstep()
101 tf->tf_ipsw = PSL_C | PSL_Q | PSL_P | PSL_D | PSL_I /* | PSL_L */ | in cpu_fork()
44 regs->r_regs[ 0] = tf->tf_ipsw; in process_read_regs()
1177 tf->tf_ipsw = PSL_C | PSL_Q | PSL_P | PSL_D | PSL_I /* | PSL_L */ | in setregs()1224 ksc.sc_ps = tf->tf_ipsw; in sendsig()1269 tf->tf_ipsw &= ~(PSL_N|PSL_B|PSL_T); in sendsig()1370 tf->tf_ipsw = ksc.sc_ps | (curcpu()->ci_psw & PSL_O); in sys_sigreturn()
99 { "ipsw", (long *)&ddb_regs.tf_ipsw, FCN_NULL },
123 member TF_CR22 tf_ipsw
81 unsigned long tf_ipsw; /* cr22 */ member