Lines Matching defs:ucp
355 // Since Solaris 10/SPARC, ucp->uc_stack.ss_sp refers to the stack base address
359 INTERCEPTOR(void, __makecontext_v2, struct ucontext_t *ucp, void (*func)(),
362 INTERCEPTOR(void, makecontext, struct ucontext_t *ucp, void (*func)(), int argc,
389 ((struct ucontext_t *)ucp, func, argc, ENUMERATE_ARRAY_64());
396 SignContextStack(ucp);
400 struct ucontext_t *ucp) {
410 ReadContextStack(ucp, &stack, &ssize);
417 int res = real_swapcontext(oucp, ucp);
419 int res = REAL(swapcontext)(oucp, ucp);
423 // We need to clear shadow for ucp once again, as it may be in arbitrary