Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/uts/intel/ia32/syscall/
H A Dgetcontext.c321 ucontext_t ucnat; in getsetcontext32() local
357 ucontext_32ton(&uc, &ucnat); in getsetcontext32()
358 restorecontext(&ucnat); in getsetcontext32()