Home | History | Annotate | Download | only in include

Lines Matching defs:__tcb

54 	void *__tcb;
57 "addi %[__tcb],%%r2,%[__offset]"
58 : [__tcb] "=r" (__tcb)
61 return __tcb;
65 __lwp_settcb(void *__tcb)
67 __tcb = (uint8_t *)__tcb + TLS_TP_OFFSET + sizeof(struct tls_tcb);
70 "mr %%r2,%[__tcb]"
72 : [__tcb] "r" (__tcb));
74 _lwp_setprivate(__tcb);