Searched refs:tls (Results 26 - 50 of 58) sorted by relevance

123

/freebsd-11.0-release/sys/mips/nlm/hal/
H A Dnlmsaelib.h235 * tls : 1 (tls enabled) 0(tls disabled)
244 nlm_crypto_form_pkt_desc0(unsigned int tls, unsigned int hash_source, argument
248 return (left_shift64(tls, 63, 1) |
/freebsd-11.0-release/sys/powerpc/powerpc/
H A Dexec_machdep.c442 register_t tls; local
460 tls = tf->fixreg[13];
462 tls = tf->fixreg[2];
465 tf->fixreg[13] = tls;
467 tf->fixreg[2] = tls;
/freebsd-11.0-release/sys/compat/linux/
H A Dlinux_fork.c224 linux_set_cloned_tls(td2, args->tls);
320 linux_set_cloned_tls(newtd, args->tls);
/freebsd-11.0-release/libexec/rtld-elf/
H A Drtld.c621 * Processing tls relocations requires having the tls offsets
650 * relocations are processed, since tls initialization section
4535 Elf_Addr **tls; local
4545 tls = (Elf_Addr **)(tcb + tcbsize - TLS_TCB_SIZE);
4548 memcpy(tls, oldtcb, tls_static_space);
4552 dtv = tls[0];
4556 dtv[i+2] = dtv[i+2] - (Elf_Addr)oldtcb + (Elf_Addr)tls;
4561 tls[0] = dtv;
4568 addr = (Elf_Addr)tls
4617 char *tls; local
4681 free_tls(void *tls, size_t tcbsize, size_t tcbalign) argument
[all...]
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dnmake.mak18 # support it (openssl-tls-extensions.patch)
/freebsd-11.0-release/lib/libc/gen/
H A DMakefile.inc133 tls.c \
/freebsd-11.0-release/contrib/libstdc++/libmath/
H A DMakefile.in50 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/configure.ac
/freebsd-11.0-release/contrib/binutils/bfd/
H A DpeXXigen.c540 IMAGE_DATA_DIRECTORY idata2, idata5, tls;
559 tls = pe->pe_opthdr.DataDirectory[PE_TLS_TABLE];
611 extra->DataDirectory[PE_TLS_TABLE] = tls;
949 { ".tls", IMAGE_SCN_MEM_READ | IMAGE_SCN_CNT_INITIALIZED_DATA | IMAGE_SCN_MEM_WRITE },
1035 N_("Thread Storage Directory [.tls]"),
539 IMAGE_DATA_DIRECTORY idata2, idata5, tls; local
H A Delflink.c2844 struct bfd_section *sec, *tls;
2850 tls = sec;
2856 elf_hash_table (info)->tls_sec = tls;
2859 so that the tls segment starts aligned. */
2860 if (tls != NULL)
2861 tls->alignment_power = align;
2863 return tls;
2837 struct bfd_section *sec, *tls; local
/freebsd-11.0-release/contrib/wpa/src/radius/
H A Dradius_server.c20 #include "crypto/tls.h"
556 const char *tls,
559 int test = atoi(tls);
611 if (os_strncmp(pos, "tls-", 4) == 0)
555 radius_server_testing_options_tls(struct radius_session *sess, const char *tls, struct eap_config *eap_conf) argument
/freebsd-11.0-release/contrib/libstdc++/
H A DMakefile.in55 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/configure.ac
/freebsd-11.0-release/contrib/libstdc++/libsupc++/
H A DMakefile.in52 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/configure.ac
/freebsd-11.0-release/targets/pseudo/tests/
H A DMakefile.depend150 lib/libc/tests/tls \
/freebsd-11.0-release/sys/netinet/
H A Dsctp_structs.h226 struct timeval tls; /* The time we started the sending */ member in struct:rtcc_cc
240 uint8_t tls_needs_set; /* Flag to indicate we need to set tls 0 or 1
H A Dsctp_cc_functions.c1335 timevalsub(&ltls, &net->cc_mod.rtcc.tls);
1503 SCTP_GETPTIME_TIMEVAL(&net->cc_mod.rtcc.tls);
/freebsd-11.0-release/sys/net/
H A Dif_spppsubr.c227 void (*tls)(struct sppp *sp); member in struct:cp
1916 (cp->tls)(sp);
1949 (cp->tls)(sp);
1971 (cp->tls)(sp);
/freebsd-11.0-release/contrib/libstdc++/src/
H A DMakefile.in50 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/configure.ac
/freebsd-11.0-release/contrib/gcclibs/libgomp/
H A DMakefile.in59 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../ltoptions.m4 \
/freebsd-11.0-release/contrib/gcclibs/libmudflap/
H A DMakefile.in54 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/acinclude.m4 \
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp1180 case VarDecl::TLS_Static: OS << " tls"; break;
/freebsd-11.0-release/sys/mips/mips/
H A Dtrap.c84 #include <machine/tls.h>
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-pcieepx-defs.h3752 uint32_t tls : 4; /**< Target Link Speed member in struct:cvmx_pcieepx_cfg040::cvmx_pcieepx_cfg040_s
3773 uint32_t tls : 4;
H A Dcvmx-pciercx-defs.h3437 uint32_t tls : 4; /**< Target Link Speed member in struct:cvmx_pciercx_cfg040::cvmx_pciercx_cfg040_s
3458 uint32_t tls : 4;
/freebsd-11.0-release/sys/i386/linux/
H A Dlinux_systrace_args.c843 uarg[3] = (intptr_t) p->tls; /* void * */
/freebsd-11.0-release/sys/amd64/linux/
H A Dlinux_systrace_args.c515 uarg[4] = (intptr_t) p->tls; /* void * */

Completed in 505 milliseconds

123