Home
last modified time | relevance | path

Searched refs:xregs_getptr32 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sparc/sys/
H A Darchsystm.h103 extern caddr32_t xregs_getptr32(struct _klwp *, struct ucontext32 *);
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dxregs.c113 xregs_getptr32(klwp_id_t lwp, ucontext32_t *uc) in xregs_getptr32() function
/illumos-gate/usr/src/uts/sparc/syscall/
H A Dgetcontext.c559 if (copyin((void *)(uintptr_t)xregs_getptr32(lwp, &uc), in getsetcontext32()