Lines Matching refs:oldcontext
119 uintptr_t oldcontext = lwp->lwp_oldcontext; in dtrace_getustack_common() local
160 if (oldcontext == sp + s1 || oldcontext == sp + s2) { in dtrace_getustack_common()
162 ucontext_t *ucp = (ucontext_t *)oldcontext; in dtrace_getustack_common()
168 oldcontext = dtrace_fulword(&ucp->uc_link); in dtrace_getustack_common()
170 ucontext32_t *ucp = (ucontext32_t *)oldcontext; in dtrace_getustack_common()
176 oldcontext = dtrace_fuword32(&ucp->uc_link); in dtrace_getustack_common()
306 uintptr_t pc, sp, oldcontext; in dtrace_getufpstack() local
331 oldcontext = lwp->lwp_oldcontext; in dtrace_getufpstack()
364 if (oldcontext == sp + s1 || oldcontext == sp + s2) { in dtrace_getufpstack()
366 ucontext_t *ucp = (ucontext_t *)oldcontext; in dtrace_getufpstack()
372 oldcontext = dtrace_fulword(&ucp->uc_link); in dtrace_getufpstack()
374 ucontext_t *ucp = (ucontext_t *)oldcontext; in dtrace_getufpstack()
380 oldcontext = dtrace_fuword32(&ucp->uc_link); in dtrace_getufpstack()