Searched defs:thrptr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_create.c78 uintptr_t thrptr = 0; local
95 * libc stashed thrptr into unused kernel %sp.
98 thrptr = (uint32_t)uc.uc_mcontext.gregs[ESP];
111 * libc stashed thrptr into unused kernel %sp.
114 thrptr = (uint32_t)uc32.uc_mcontext.gregs[ESP];
137 lwp_load(lwp, uc.uc_mcontext.gregs, thrptr);
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsundep.c306 lwp_load(klwp_t *lwp, gregset_t grp, uintptr_t thrptr) argument
329 (void) lwp_setprivate(lwp, _LWP_GSBASE, thrptr);
358 (void) lwp_setprivate(lwp, _LWP_GSBASE, thrptr);
935 * thrptr is either NULL or a value used by DTrace.
938 if (args->thrptr)
939 (void) lwp_setprivate(lwp, _LWP_FSBASE, args->thrptr);
954 * thrptr is either NULL or a value used by DTrace.
957 if (args->thrptr)
958 (void) lwp_setprivate(lwp, _LWP_GSBASE, args->thrptr);
980 * per-cpu GDT descriptor. thrptr i
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h101 uintptr_t thrptr; member in struct:uarg
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c815 rp->r_g7 = args->thrptr;
1546 * thrptr ignored for sparc.
1550 lwp_load(klwp_t *lwp, gregset_t grp, uintptr_t thrptr) argument

Completed in 81 milliseconds