Lines Matching refs:copyin
146 copyin((void *)lwp->lwp_ustack, &ucp->uc_stack, in savecontext()
338 if (copyin(&ucp->uc_xsave, &uc.uc_xsave, in getsetcontext()
360 if (copyin(ucp, &uc, offsetof(ucontext_t, uc_filler) - in getsetcontext()
368 copyin(&ucp->uc_mcontext.fpregs, &uc.uc_mcontext.fpregs, in getsetcontext()
377 if (copyin(&ucp->uc_xsave, &uc.uc_xsave, in getsetcontext()
401 if (copyin(arg, &dummy_stk, sizeof (dummy_stk))) in getsetcontext()
445 copyin((void *)lwp->lwp_ustack, &ucp->uc_stack, in savecontext32()
548 if (copyin(&ucp->uc_xsave, &uc.uc_xsave, in getsetcontext32()
565 if (copyin(ucp, &uc, offsetof(ucontext32_t, uc_filler) - in getsetcontext32()
572 copyin(&ucp->uc_mcontext.fpregs, &uc.uc_mcontext.fpregs, in getsetcontext32()
579 copyin(&ucp->uc_xsave, &uc.uc_xsave, in getsetcontext32()
607 if (copyin(arg, &dummy_stk32, sizeof (dummy_stk32))) in getsetcontext32()