Searched refs:PS_T (Results 1 – 5 of 5) sorted by relevance
70 #define PS_T 0x0100 /* trace enable bit */ macro92 #define PSL_USERMASK (PS_ICC|PS_D|PS_T|PS_V|PS_P|PS_ACHK|PS_NT)
163 if ((rp->r_ps & PS_T) || (lwp->lwp_pcb.pcb_flags & REQUEST_STEP)) { in savecontext()168 rp->r_ps &= ~PS_T; in savecontext()254 if (lwptoregs(lwp)->r_ps & PS_T) in restorecontext()467 if ((rp->r_ps & PS_T) || (lwp->lwp_pcb.pcb_flags & REQUEST_STEP)) { in savecontext32()472 rp->r_ps &= ~PS_T; in savecontext32()
454 if (rp->r_ps & PS_T) { in post_syscall()456 rp->r_ps &= ~PS_T; in post_syscall()681 rp->r_ps |= PS_T; in post_syscall()685 rp->r_ps &= ~PS_T; in post_syscall()
1032 rp->r_ps &= ~PS_T; /* turn off trace */ in trap()1239 rp->r_ps &= ~PS_T; in trap()1432 rp->r_ps |= PS_T; in trap()1436 rp->r_ps &= ~PS_T; in trap()
216 flags = PS_IE | PS_T; in init_cpu_syscall()