Home
last modified time | relevance | path

Searched refs:ucnat (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/syscall/
H A Dgetcontext.c520 ucontext_t ucnat; in getsetcontext32() local
584 ucontext_32ton(&uc, &ucnat); in getsetcontext32()
586 if ((ucnat.uc_flags & UC_XSAVE) != 0) { in getsetcontext32()
587 int ret = fpu_signal_copyin(lwp, &ucnat); in getsetcontext32()
593 restorecontext(&ucnat); in getsetcontext32()
/illumos-gate/usr/src/uts/sparc/syscall/
H A Dgetcontext.c426 ucontext_t ucnat; in getsetcontext32() local
551 ucontext_32ton(&uc, &ucnat, fpu_q, fpu_qnat); in getsetcontext32()
566 xregs_setptr(lwp, &ucnat, xregs); in getsetcontext32()
568 xregs_clrptr(lwp, &ucnat); in getsetcontext32()
571 restorecontext(&ucnat); in getsetcontext32()