Searched refs:TLS_TCB_OFFSET (Results 1 – 10 of 10) sorted by relevance
/sysdeps/powerpc/nptl/ |
A D | tls.h | 121 # define TLS_TCB_OFFSET 0x7000 macro 139 __thread_register = (void *) (tcbp) + TLS_TCB_OFFSET; \ 155 (((tcbhead_t *) (__thread_register - TLS_TCB_OFFSET))[-1].dtv) 160 - TLS_TCB_OFFSET - TLS_PRE_TCB_SIZE)) 165 - TLS_TCB_OFFSET - TLS_PRE_TCB_SIZE) \ 167 - TLS_TCB_OFFSET - TLS_PRE_TCB_SIZE) 174 - TLS_TCB_OFFSET))[-1].stack_guard = (value)) 179 - TLS_TCB_OFFSET))[-1].stack_guard) 184 - TLS_TCB_OFFSET))[-1].pointer_guard) 195 - TLS_TCB_OFFSET))[-1].hwcap) [all …]
|
A D | tcb-offsets.sym | 17 POINTER_GUARD (offsetof (tcbhead_t, pointer_guard) - TLS_TCB_OFFSET - sizeof (tcbhead_t)) 18 TAR_SAVE (offsetof (tcbhead_t, tar_save) - TLS_TCB_OFFSET - sizeof (tcbhead_t)) 19 DSO_SLOT1 (offsetof (tcbhead_t, dso_slot1) - TLS_TCB_OFFSET - sizeof (tcbhead_t)) 20 DSO_SLOT2 (offsetof (tcbhead_t, dso_slot2) - TLS_TCB_OFFSET - sizeof (tcbhead_t)) 22 TCB_AT_PLATFORM (offsetof (tcbhead_t, at_platform) - TLS_TCB_OFFSET - sizeof(tcbhead_t)) 25 TCB_AT_PLATFORM (offsetof (tcbhead_t, at_platform) - TLS_TCB_OFFSET - sizeof(tcbhead_t)) 26 PADDING (offsetof (tcbhead_t, padding) - TLS_TCB_OFFSET - sizeof(tcbhead_t)) 28 TCB_HWCAP (offsetof (tcbhead_t, hwcap) - TLS_TCB_OFFSET - sizeof (tcbhead_t))
|
/sysdeps/nios2/nptl/ |
A D | tls.h | 74 # define TLS_TCB_OFFSET 0x7000 macro 91 (__thread_self = (struct pthread *) ((char *) tcbp + TLS_TCB_OFFSET), NULL) 95 void *tp = (void *) (pd) + TLS_TCB_OFFSET + TLS_PRE_TCB_SIZE 99 (((tcbhead_t *) (READ_THREAD_POINTER () - TLS_TCB_OFFSET))[-1].dtv) 104 - TLS_TCB_OFFSET - TLS_PRE_TCB_SIZE)) 108 REGISTER (32, 32, 23 * 4, -TLS_PRE_TCB_SIZE - TLS_TCB_OFFSET) 114 - TLS_TCB_OFFSET))[-1].pointer_guard)
|
A D | tcb-offsets.sym | 13 POINTER_GUARD (offsetof (tcbhead_t, pointer_guard) - TLS_TCB_OFFSET - sizeof (tcbhead_t))
|
/sysdeps/m68k/nptl/ |
A D | tls.h | 69 # define TLS_TCB_OFFSET 0x7000 macro 92 ((void *) (tcbp)) + TLS_TCB_OFFSET); \ 96 void *tp = (void *) (pd) + TLS_TCB_OFFSET + TLS_PRE_TCB_SIZE 102 (((tcbhead_t *) (__m68k_read_tp () - TLS_TCB_OFFSET))[-1].dtv) 106 ((struct pthread *) (__m68k_read_tp () - TLS_TCB_OFFSET - TLS_PRE_TCB_SIZE)) 110 CONST_THREAD_AREA (32, TLS_TCB_OFFSET + TLS_PRE_TCB_SIZE)
|
/sysdeps/riscv/nptl/ |
A D | tls.h | 65 # define TLS_TCB_OFFSET 0 macro 82 ({ __thread_self = (char*)tcbp + TLS_TCB_OFFSET; NULL; }) 86 (((tcbhead_t *) (READ_THREAD_POINTER () - TLS_TCB_OFFSET))[-1].dtv) 91 - TLS_TCB_OFFSET - TLS_PRE_TCB_SIZE)) 95 void *tp = (void *) (pd) + TLS_TCB_OFFSET + TLS_PRE_TCB_SIZE 100 REGISTER (64, 64, 4 * 8, - TLS_TCB_OFFSET - TLS_PRE_TCB_SIZE)
|
/sysdeps/mips/nptl/ |
A D | tls.h | 97 # define TLS_TCB_OFFSET 0x7000 macro 118 (char *) (tcbp) + TLS_TCB_OFFSET); \ 124 void *tp = (void *) (pd) + TLS_TCB_OFFSET + TLS_PRE_TCB_SIZE 128 (((tcbhead_t *) (READ_THREAD_POINTER () - TLS_TCB_OFFSET))[-1].dtv) 133 - TLS_TCB_OFFSET - TLS_PRE_TCB_SIZE)) 137 CONST_THREAD_AREA (32, TLS_TCB_OFFSET + TLS_PRE_TCB_SIZE)
|
/sysdeps/csky/nptl/ |
A D | tls.h | 71 # define TLS_TCB_OFFSET 0 macro 94 (char *) (tcbp) + TLS_TCB_OFFSET); \ 100 (((tcbhead_t *) (READ_THREAD_POINTER () - TLS_TCB_OFFSET))->dtv) 106 - TLS_TCB_OFFSET - TLS_PRE_TCB_SIZE))
|
/sysdeps/powerpc/powerpc64/ |
A D | stackguard-macros.h | 11 : "i" (offsetof (tcbhead_t, pointer_guard) - TLS_TCB_OFFSET - sizeof (tcbhead_t)) \
|
/sysdeps/powerpc/powerpc32/ |
A D | stackguard-macros.h | 11 : "i" (offsetof (tcbhead_t, pointer_guard) - TLS_TCB_OFFSET - sizeof (tcbhead_t)) \
|
Completed in 9 milliseconds