Home
last modified time | relevance | path

Searched refs:__get_tls (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/private/
D__get_tls.h33 # define __get_tls() ({ void** __val; __asm__("mrs %0, tpidr_el0" : "=r"(__val)); __val; }) macro
35 # define __get_tls() ({ void** __val; __asm__("mrc p15, 0, %0, c13, c0, 3" : "=r"(__val)); __val; }) macro
37 # define __get_tls() \ macro
46 # define __get_tls() ({ void** __val; __asm__("movl %%gs:0, %0" : "=r"(__val)); __val; }) macro
48 # define __get_tls() ({ void** __val; __asm__("mov %%fs:0, %0" : "=r"(__val)); __val; }) macro
/bionic/libc/bionic/
D__errno.cpp35 return reinterpret_cast<int*>(&(__get_tls()[TLS_SLOT_ERRNO])); in __errno()
Dlibc_init_dynamic.cpp69 void** tls = __get_tls(); in __libc_preinit()
Dpthread_internal.h119 return reinterpret_cast<pthread_internal_t*>(__get_tls()[TLS_SLOT_THREAD_ID]); in __get_thread()
Dndk_cruft.cpp71 extern "C" void** __get_tls() { in __get_tls() function
73 return __get_tls(); in __get_tls()
/bionic/linker/
Ddlfcn.cpp37 char** dlerror_slot = &reinterpret_cast<char**>(__get_tls())[TLS_SLOT_DLERROR]; in __bionic_set_dlerror()
/bionic/libc/
Dlibc.map67 __get_tls; # arm x86 mips