Searched refs:set_thread_ptr (Results 1 – 2 of 2) sorted by relevance
92 static void set_thread_ptr(uintptr_t val) { __arm_wsr64("tpidr_el0", val); } in set_thread_ptr() function161 __llvm_libc::set_thread_ptr(tls.tp); in _start()
88 static bool set_thread_ptr(uintptr_t val) { in set_thread_ptr() function173 if (tls.size != 0 && !__llvm_libc::set_thread_ptr(tls.tp)) in _start()