Searched refs:__tcb (Results 1 – 6 of 6) sorted by relevance
23 tcbhead_t __tcb __attribute__ ((visibility ("hidden"))); variable36 __tcb.at_platform = _dl_string_platform (GLRO (dl_platform)); in __tcb_parse_hwcap_and_convert_at_platform()68 __tcb.hwcap = (h1 << 32) | (h2 & 0xffffffff); in __tcb_parse_hwcap_and_convert_at_platform()
24 extern tcbhead_t __tcb attribute_hidden;
161 ({ tcbhead_t *__tcb; \162 __asm__ ("movl %%gs:%c1,%0" : "=r" (__tcb) \164 __tcb;})
140 THREAD_SET_HWCAP (__tcb.hwcap); \141 THREAD_SET_AT_PLATFORM (__tcb.at_platform); \
575 __thread_register = (char *) &__tcb.hwcap - TCB_HWCAP; in ppc_init_fake_thread_pointer()
6418 [! HWCAPINFO_H](__tcb): New.