Searched refs:_LWP_GSBASE (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/intel/ia32/syscall/ |
H A D | lwp_private.c | 101 case _LWP_GSBASE: in lwp_setprivate() 137 case _LWP_GSBASE: in lwp_setprivate() 193 case _LWP_GSBASE: in lwp_getprivate() 225 case _LWP_GSBASE: in lwp_getprivate()
|
/titanic_44/usr/src/uts/intel/ia32/os/ |
H A D | sundep.c | 329 (void) lwp_setprivate(lwp, _LWP_GSBASE, thrptr); in lwp_load() 353 (void) lwp_setprivate(lwp, _LWP_GSBASE, in lwp_load() 358 (void) lwp_setprivate(lwp, _LWP_GSBASE, thrptr); in lwp_load() 958 (void) lwp_setprivate(lwp, _LWP_GSBASE, args->thrptr); in setregs() 984 (void) lwp_setprivate(lwp, _LWP_GSBASE, args->thrptr); in setregs()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | lwp.h | 71 #define _LWP_GSBASE 1 macro
|
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | thr.c | 1425 (void) ___lwp_private(_LWP_SETPRIVATE, _LWP_GSBASE, self); in libc_init()
|