Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/lk/include/kernel/
Dthread.h288 static inline __ALWAYS_INLINE uintptr_t thread_tls_get(thread_t *t, uint entry) in thread_tls_get() function
295 return thread_tls_get(get_current_thread(), entry); in tls_get()
/aosp_15_r20/trusty/kernel/lib/libc-trusty/
H A Dlibc_state.c50 (struct libc_state*)thread_tls_get(t, TLS_ENTRY_LIBC); in libc_state_thread_free()
/aosp_15_r20/trusty/kernel/lib/trusty/include/lib/trusty/
H A Dtrusty_app.h270 return (struct trusty_thread*)thread_tls_get(t, TLS_ENTRY_TRUSTY); in trusty_thread_get()
/aosp_15_r20/trusty/kernel/lib/ubsan/
H A Dubsan.c63 return curr ? thread_tls_get(curr, TLS_ENTRY_UBSAN) : in_ubsan_early; in in_ubsan_get()