Searched refs:_tcb_set (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/arm/include/ |
H A D | tls.h | 40 _tcb_set(struct tcb *tcb) in _tcb_set() function
|
/freebsd/sys/arm64/include/ |
H A D | tls.h | 45 _tcb_set(struct tcb *tcb) in _tcb_set() function
|
/freebsd/sys/riscv/include/ |
H A D | tls.h | 46 _tcb_set(struct tcb *tcb) in _tcb_set() function
|
/freebsd/sys/powerpc/include/ |
H A D | tls.h | 40 _tcb_set(struct tcb *tcb) in _tcb_set() function
|
/freebsd/sys/x86/include/ |
H A D | tls.h | 59 _tcb_set(struct tcb *tcb) in _tcb_set() function
|
/freebsd/lib/libc/gen/ |
H A D | tls.c | 450 _tcb_set(tls); 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/lib/libthr/thread/ |
H A D | thr_init.c | 355 _tcb_set(curthread->tcb); in _libpthread_init()
|
/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/i386/ |
H A D | reloc.c | 519 _tcb_set(tls); 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()
|