Lines Matching refs:copyin
91 copyin((void *)lwp->lwp_ustack, &ucp->uc_stack, in savecontext()
231 if (copyin(ucp, &uc, sizeof (ucontext_t) - in getsetcontext()
241 if (copyin(&ucp->uc_mcontext.xrs, &uc.uc_mcontext.xrs, in getsetcontext()
250 if (copyin(&ucp->uc_mcontext.fpregs, in getsetcontext()
260 if (copyin(fpp->fpu_q, fpu_q, in getsetcontext()
281 if (copyin(uc.uc_mcontext.gwins, in getsetcontext()
293 copyin(uc.uc_mcontext.gwins, gwin, gwin_size)) { in getsetcontext()
305 if (copyin(&ucp->uc_mcontext.asrs, &uc.uc_mcontext.asrs, in getsetcontext()
338 if (copyin(arg, &dummy_stk, sizeof (dummy_stk))) in getsetcontext()
388 copyin((void *)lwp->lwp_ustack, &ucp->uc_stack, in savecontext32()
481 if (copyin(ucp, &uc, sizeof (uc) - sizeof (uc.uc_filler) - in getsetcontext32()
489 if (copyin(&ucp->uc_mcontext.xrs, &uc.uc_mcontext.xrs, in getsetcontext32()
498 if (copyin(&ucp->uc_mcontext.fpregs, in getsetcontext32()
508 if (copyin((void *)(uintptr_t)fpp->fpu_q, fpu_q, in getsetcontext32()
529 if (copyin((void *)(uintptr_t)uc.uc_mcontext.gwins, in getsetcontext32()
542 copyin((void *)(uintptr_t)uc.uc_mcontext.gwins, in getsetcontext32()
559 if (copyin((void *)(uintptr_t)xregs_getptr32(lwp, &uc), in getsetcontext32()
600 if (copyin(arg, &dummy_stk32, sizeof (dummy_stk32))) in getsetcontext32()