Searched refs:x86_sys_set_thread_area (Results 1 – 3 of 3) sorted by relevance
383 extern SysRes ML_(x86_sys_set_thread_area) ( ThreadId tid,
517 SysRes ML_(x86_sys_set_thread_area) ( ThreadId tid, vki_modify_ldt_t* info ) in ML_() argument812 SET_STATUS_from_SysRes( ML_(x86_sys_set_thread_area)( tid, (void *)ARG1 ) ); in PRE()
561 res = ML_(x86_sys_set_thread_area)(ctid, tlsinfo); in setup_child_tls()