Home
last modified time | relevance | path

Searched refs:STEP_NONE (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/sparc/sys/
H A Dpcb.h70 #define STEP_NONE 0 /* no single step */ macro
/titanic_44/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c623 lwp->lwp_pcb.pcb_step = STEP_NONE; in prnostep()
636 return (lwp->lwp_pcb.pcb_step != STEP_NONE); in prisstep()
741 if (lwp->lwp_pcb.pcb_step == STEP_NONE || in prdostep()
896 if (lwp->lwp_pcb.pcb_step != STEP_NONE) in prstop()
/titanic_44/usr/src/uts/sparc/os/
H A Dsyscall.c397 if (lwp->lwp_pcb.pcb_step != STEP_NONE) { in pre_syscall()
828 if (lwp->lwp_pcb.pcb_step != STEP_NONE) { in post_syscall()
/titanic_44/usr/src/uts/sun4/os/
H A Dtrap.c227 lwp->lwp_pcb.pcb_step != STEP_NONE && in trap()
728 pcb->pcb_step = STEP_NONE; in trap()
1599 if (lwp->lwp_pcb.pcb_step != STEP_NONE) in trap_rtt()
/titanic_44/usr/src/uts/sparc/fpu/
H A Dfpu_simulator.c682 if (lwp->lwp_pcb.pcb_step != STEP_NONE) in fp_emulator()
/titanic_44/usr/src/uts/common/os/
H A Dlwp.c1854 clwp->lwp_pcb.pcb_step = STEP_NONE; in forklwp()