Searched refs:_LWP_GSBASE (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/intel/syscall/ |
H A D | lwp_private.c | 99 case _LWP_GSBASE: in lwp_setprivate() 158 case _LWP_GSBASE: in lwp_getprivate()
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | sundep.c | 332 (void) lwp_setprivate(lwp, _LWP_GSBASE, thrptr); in lwp_load() 356 (void) lwp_setprivate(lwp, _LWP_GSBASE, in lwp_load() 361 (void) lwp_setprivate(lwp, _LWP_GSBASE, thrptr); in lwp_load() 971 (void) lwp_setprivate(lwp, _LWP_GSBASE, args->thrptr); in setregs()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | lwp.h | 71 #define _LWP_GSBASE 1 macro
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | thr.c | 1425 (void) ___lwp_private(_LWP_SETPRIVATE, _LWP_GSBASE, self); in libc_init()
|