Searched refs:thread_tls_set (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/trusty/kernel/lib/libc-trusty/ |
H A D | libc_state.c | 41 thread_tls_set(t, TLS_ENTRY_LIBC, (uintptr_t)state); in libc_state_thread_init() 56 thread_tls_set(t, TLS_ENTRY_LIBC, (uintptr_t)NULL); in libc_state_thread_free()
|
/aosp_15_r20/external/trusty/lk/include/kernel/ |
D | thread.h | 305 #define thread_tls_set(t,e,v) \ macro 311 #define tls_set(e,v) thread_tls_set(get_current_thread(), e, v)
|
/aosp_15_r20/trusty/kernel/lib/ubsan/ |
H A D | ubsan.c | 68 thread_tls_set(curr, TLS_ENTRY_UBSAN, val); in in_ubsan_set()
|
/aosp_15_r20/trusty/kernel/lib/trusty/ |
H A D | trusty_app.c | 626 thread_tls_set(trusty_thread->thread, TLS_ENTRY_TRUSTY, in trusty_thread_create()
|