Lines Matching refs:uc_xsave
120 user_xsave = ucp->uc_xsave; in savecontext()
134 ucp->uc_xsave = user_xsave; in savecontext()
220 ret = fpu_signal_copyout(lwp, ucp->uc_xsave, in savecontext()
223 ret = fpu_signal_copyout(lwp, ucp->uc_xsave, copyout); in savecontext()
269 ASSERT3U((uintptr_t)ucp->uc_xsave, >=, _kernelbase); in restorecontext()
270 fpu_set_xsave(lwp, (const void *)ucp->uc_xsave); in restorecontext()
338 if (copyin(&ucp->uc_xsave, &uc.uc_xsave, in getsetcontext()
339 sizeof (uc.uc_xsave)) != 0) { in getsetcontext()
373 uc.uc_xsave = 0; in getsetcontext()
377 if (copyin(&ucp->uc_xsave, &uc.uc_xsave, in getsetcontext()
378 sizeof (uc.uc_xsave)) != 0) { in getsetcontext()
430 user_xsave = ucp->uc_xsave; in savecontext32()
439 ucp->uc_xsave = user_xsave; in savecontext32()
506 uaddr = (uintptr_t)(uint32_t)ucp->uc_xsave; in savecontext32()
548 if (copyin(&ucp->uc_xsave, &uc.uc_xsave, in getsetcontext32()
549 sizeof (uc.uc_xsave)) != 0) { in getsetcontext32()
577 uc.uc_xsave = 0; in getsetcontext32()
579 copyin(&ucp->uc_xsave, &uc.uc_xsave, in getsetcontext32()
580 sizeof (uc.uc_xsave)) != 0) { in getsetcontext32()