Home
last modified time | relevance | path

Searched refs:thread_tls_set (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/trusty/kernel/lib/libc-trusty/
H A Dlibc_state.c41 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/
Dthread.h305 #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 Dubsan.c68 thread_tls_set(curr, TLS_ENTRY_UBSAN, val); in in_ubsan_set()
/aosp_15_r20/trusty/kernel/lib/trusty/
H A Dtrusty_app.c626 thread_tls_set(trusty_thread->thread, TLS_ENTRY_TRUSTY, in trusty_thread_create()