Searched refs:TLS_TCB_ALIGN (Results 1 – 14 of 14) sorted by relevance
/freebsd/lib/libthr/thread/ |
H A D | thr_ctrdtr.c | 42 tcb = _rtld_allocate_tls(NULL, TLS_TCB_SIZE, TLS_TCB_ALIGN); in _tcb_ctor() 52 _rtld_free_tls(tcb, TLS_TCB_SIZE, TLS_TCB_ALIGN); in _tcb_dtor()
|
/freebsd/sys/x86/include/ |
H A D | tls.h | 51 #define TLS_TCB_ALIGN 16 macro 53 #define TLS_TCB_ALIGN 4 macro
|
/freebsd/sys/arm/include/ |
H A D | tls.h | 36 #define TLS_TCB_ALIGN 8 macro
|
/freebsd/sys/arm64/include/ |
H A D | tls.h | 41 #define TLS_TCB_ALIGN 16 macro
|
/freebsd/sys/riscv/include/ |
H A D | tls.h | 42 #define TLS_TCB_ALIGN 16 macro
|
/freebsd/sys/powerpc/include/ |
H A D | tls.h | 36 #define TLS_TCB_ALIGN TLS_TCB_SIZE macro
|
/freebsd/lib/libc/gen/ |
H A D | tls.c | 243 tls_assert(tcbalign >= TLS_TCB_ALIGN); in __libc_allocate_tls() 448 tls = _rtld_allocate_tls(NULL, TLS_TCB_SIZE, TLS_TCB_ALIGN); in _init_tls()
|
/freebsd/libexec/rtld-elf/riscv/ |
H A D | reloc.c | 492 _tcb_set(allocate_tls(objs, NULL, TLS_TCB_SIZE, TLS_TCB_ALIGN)); in allocate_initial_tls()
|
/freebsd/libexec/rtld-elf/arm/ |
H A D | reloc.c | 462 _tcb_set(allocate_tls(objs, NULL, TLS_TCB_SIZE, TLS_TCB_ALIGN)); in allocate_initial_tls()
|
/freebsd/libexec/rtld-elf/amd64/ |
H A D | reloc.c | 543 addr = allocate_tls(objs, 0, TLS_TCB_SIZE, TLS_TCB_ALIGN); in allocate_initial_tls()
|
/freebsd/libexec/rtld-elf/i386/ |
H A D | reloc.c | 518 tls = allocate_tls(objs, NULL, TLS_TCB_SIZE, TLS_TCB_ALIGN); in allocate_initial_tls()
|
/freebsd/libexec/rtld-elf/aarch64/ |
H A D | reloc.c | 626 _tcb_set(allocate_tls(objs, NULL, TLS_TCB_SIZE, TLS_TCB_ALIGN)); in allocate_initial_tls()
|
/freebsd/libexec/rtld-elf/powerpc64/ |
H A D | reloc.c | 731 _tcb_set(allocate_tls(list, NULL, TLS_TCB_SIZE, TLS_TCB_ALIGN)); in allocate_initial_tls()
|
/freebsd/libexec/rtld-elf/powerpc/ |
H A D | reloc.c | 834 _tcb_set(allocate_tls(list, NULL, TLS_TCB_SIZE, TLS_TCB_ALIGN)); in allocate_initial_tls()
|