Searched refs:_tcb_get (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/lib/libthr/arch/aarch64/include/
H A Dpthread_md.h49 return (_tcb_get()->tcb_thread);
/freebsd-current/lib/libthr/arch/arm/include/
H A Dpthread_md.h47 return (_tcb_get()->tcb_thread);
/freebsd-current/lib/libthr/arch/riscv/include/
H A Dpthread_md.h55 return (_tcb_get()->tcb_thread);
/freebsd-current/lib/libthr/arch/powerpc/include/
H A Dpthread_md.h48 return (_tcb_get()->tcb_thread);
/freebsd-current/sys/riscv/include/
H A Dtls.h52 _tcb_get(void) function
/freebsd-current/sys/arm/include/
H A Dtls.h46 _tcb_get(void) function
/freebsd-current/sys/arm64/include/
H A Dtls.h51 _tcb_get(void) function
/freebsd-current/lib/libthr/thread/
H A Dthr_ctrdtr.c40 tcb = _tcb_get();
/freebsd-current/sys/powerpc/include/
H A Dtls.h52 _tcb_get(void) function
/freebsd-current/sys/x86/include/
H A Dtls.h69 _tcb_get(void) function
/freebsd-current/libexec/rtld-elf/i386/
H A Dreloc.c525 dtvp = &_tcb_get()->tcb_dtv;
535 dtvp = &_tcb_get()->tcb_dtv;
/freebsd-current/lib/libc/gen/
H A Dtls.c86 dtv = _tcb_get()->tcb_dtv;
/freebsd-current/libexec/rtld-elf/riscv/
H A Dreloc.c405 dtvp = &_tcb_get()->tcb_dtv;
/freebsd-current/libexec/rtld-elf/amd64/
H A Dreloc.c550 dtvp = &_tcb_get()->tcb_dtv;
/freebsd-current/libexec/rtld-elf/arm/
H A Dreloc.c470 dtvp = &_tcb_get()->tcb_dtv;
/freebsd-current/libexec/rtld-elf/aarch64/
H A Dreloc.c635 dtvp = &_tcb_get()->tcb_dtv;
/freebsd-current/libexec/rtld-elf/powerpc/
H A Dreloc.c843 dtvp = &_tcb_get()->tcb_dtv;
/freebsd-current/libexec/rtld-elf/powerpc64/
H A Dreloc.c740 dtvp = &_tcb_get()->tcb_dtv;
/freebsd-current/libexec/rtld-elf/
H A Drtld.c4213 dtvp = &_tcb_get()->tcb_dtv;
5529 p = (char *)_tcb_get() + obj->tlsoffset + TLS_TCB_SIZE;
5531 p = (char *)_tcb_get() - obj->tlsoffset;

Completed in 492 milliseconds