Searched refs:model (Results 101 - 125 of 130) sorted by relevance

123456

/openbsd-current/sys/dev/acpi/
H A Dacpireg.h106 uint8_t int_model; /* interrupt model (hdr_revision < 3) */
744 uint32_t model; member in struct:acpi_iort_smmu_node
/openbsd-current/gnu/gcc/gcc/config/frv/
H A Dfrv.c3555 frv_legitimize_tls_address (rtx addr, enum tls_model model)
3560 switch (model)
3649 enum tls_model model = SYMBOL_REF_TLS_MODEL (x);
3650 if (model != 0)
3651 return frv_legitimize_tls_address (x, model);
3966 enum tls_model model = SYMBOL_REF_TLS_MODEL (src);
3967 if (model != 0)
3968 src = frv_legitimize_tls_address (src, model);
4104 enum tls_model model = SYMBOL_REF_TLS_MODEL (sym);
4106 if (model !
3521 frv_legitimize_tls_address(rtx addr, enum tls_model model) argument
3615 enum tls_model model = SYMBOL_REF_TLS_MODEL (x); local
3928 enum tls_model model = SYMBOL_REF_TLS_MODEL (src); local
4066 enum tls_model model = SYMBOL_REF_TLS_MODEL (sym); local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dvarasm.c6103 from the first object in BLOCK. MODEL is the TLS model used
6108 enum tls_model model)
6167 else if (SYMBOL_REF_TLS_MODEL (anchor) > model)
6169 else if (SYMBOL_REF_TLS_MODEL (anchor) < model)
6179 SYMBOL_REF_FLAGS (anchor) |= model << SYMBOL_FLAG_TLS_SHIFT;
6080 get_section_anchor(struct object_block *block, HOST_WIDE_INT offset, enum tls_model model) argument
/openbsd-current/usr.bin/ssh/
H A Dpkcs11.h234 unsigned char model[16]; member in struct:ck_token_info
H A Dssh-pkcs11.c1600 "manufacturerID <%.*s> model <%.*s> serial <%.*s> "
1604 RMSPACE(token->model), RMSPACE(token->serialNumber),
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.h66 // Add pseudo op to model memcpy for struct byval.
818 TLSModel::Model model) const;
H A DARMISelLowering.cpp1540 // asked to by the core tuning model.
1644 // to the VFP2 class (D0-D15). We currently model this constraint prior to
3641 // Lower ISD::GlobalTLSAddress using the "general dynamic" model
3682 // "local exec" model.
3686 TLSModel::Model model) const {
3695 if (model == TLSModel::InitialExec) {
3699 // Initial exec model.
3719 // local exec model
3720 assert(model == TLSModel::LocalExec);
3747 // TODO: implement the "local dynamic" model
3749 TLSModel::Model model = getTargetMachine().getTLSModel(GA->getGlobal()); local
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
H A DInterceptResult.pm182 needing a deep understanding of the event/facet model.
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/lib/autodie/
H A Dexception.pm289 work closely with the C<autodie::exception> model.
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2136 // If the relocation model is PIC, use the General Dynamic TLS Model or
2137 // Local Dynamic TLS model, otherwise use the Initial Exec or
2148 TLSModel::Model model = getTargetMachine().getTLSModel(GV); local
2150 if (model == TLSModel::GeneralDynamic || model == TLSModel::LocalDynamic) {
2152 unsigned Flag = (model == TLSModel::LocalDynamic) ? MipsII::MO_TLSLDM
2177 if (model != TLSModel::LocalDynamic)
2191 if (model == TLSModel::InitialExec) {
2201 assert(model == TLSModel::LocalExec);
/openbsd-current/gnu/usr.bin/perl/cpan/Win32API-File/
H A DFile.pm445 my( $create, $flags, $sec, $model )= ( "", 0, [], 0 );
453 $model= $opts->{Model} if exists( $opts->{Model} );
539 $sPath, $svAccess, $svShare, $sec, $create, $flags, $model );
1147 access to a model file from which file attributes and extended attributes
1360 native handle opened with C<GENERIC_READ> access to a model file from
/openbsd-current/gnu/usr.bin/perl/dist/threads/lib/
H A Dthreads.pm234 Since Perl 5.8, thread programming has been available using a model called
240 This threading model has been deprecated, and was removed as of Perl 5.10.0.)
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A DOptreeCheck.pm1000 according to the following model:
/openbsd-current/sys/arch/alpha/alpha/
H A Dmachdep.c367 strlcpy(cpu_model, platform.model, sizeof cpu_model);
863 * returning the model string on match.
886 snprintf(s, sizeof s, "%s family, unknown model variation 0x%lx",
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c196 /* Which small data model to use */
2959 enum tls_model model = SYMBOL_REF_TLS_MODEL (x);
2960 if (model != 0)
2961 return rs6000_legitimize_tls_address (x, model);
3122 rs6000_legitimize_tls_address (rtx addr, enum tls_model model)
3127 if (model == TLS_MODEL_LOCAL_EXEC && rs6000_tls_size == 16)
3143 else if (model == TLS_MODEL_LOCAL_EXEC && rs6000_tls_size == 32)
3212 if (model == TLS_MODEL_GLOBAL_DYNAMIC)
3230 else if (model == TLS_MODEL_LOCAL_DYNAMIC)
4014 enum tls_model model;
2950 enum tls_model model = SYMBOL_REF_TLS_MODEL (x); local
3113 rs6000_legitimize_tls_address(rtx addr, enum tls_model model) argument
4004 enum tls_model model; local
[all...]
/openbsd-current/lib/libexpat/lib/
H A Dxmlparse.c406 /* === scaffolding for building content model === */
2374 XML_FreeContentModel(XML_Parser parser, XML_Content *model) { argument
2376 FREE(parser, model);
5675 XML_Content *model = build_model(parser); local
5676 if (! model)
5680 parser->m_handlerArg, parser->m_declElementType->name, model);
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Di386.c793 /* In Generic model we have an conflict here in between PPro/Pentium4 based chips
1039 /* Code model option. */
1640 sorry ("code model %s not supported in PIC mode", ix86_cmodel_string);
1667 error ("code model %qs not supported in the %s bit mode",
1670 sorry ("code model %<large%> not supported yet");
2063 /* We don't split these for medium model. Place them into
2120 /* We don't split these for medium model. Place them into
2150 For medium model x86-64 we need to use .largecomm opcode for
6423 small PIC model at all. */
6951 legitimize_tls_address (rtx x, enum tls_model model, in
6932 legitimize_tls_address(rtx x, enum tls_model model, int for_mov) argument
9067 enum tls_model model; local
[all...]
/openbsd-current/gnu/gcc/gcc/config/mips/
H A Dmips.c2040 enum tls_model model;
2045 model = SYMBOL_REF_TLS_MODEL (loc);
2050 model = TLS_MODEL_LOCAL_EXEC;
2052 switch (model)
2065 share the LDM result with other LD model accesses. */
2034 enum tls_model model; local
/openbsd-current/sys/dev/ic/
H A Dciss.c1087 strlcpy(bd->bd_vendor, pdid->model,
/openbsd-current/gnu/usr.bin/perl/regen/
H A DHeaderParser.pm1571 "line by line" model. There are two issues that must be dealt with:
/openbsd-current/gnu/gcc/gcc/config/alpha/
H A Dalpha.c806 /* Return the TLS model to use for SYMBOL. */
811 enum tls_model model;
815 model = SYMBOL_REF_TLS_MODEL (symbol);
818 if (model == TLS_MODEL_LOCAL_EXEC && alpha_tls_size == 64)
819 model = TLS_MODEL_INITIAL_EXEC;
821 return model;
809 enum tls_model model; local
/openbsd-current/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/lib/Hash/Util/
H A DFieldHash.pm209 This object model leads to a tight coupling between subclasses.
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1131 // We're about to model memset by producing a "default binding" in the Store.
1296 // FIXME: Even if we can't perfectly model the copy, we should see if we
1976 // FIXME: Even if we can't perfectly model the copy, we should see if we
/openbsd-current/gnu/gcc/gcc/config/pa/
H A Dpa.c473 warning (0, "PIC code generation is not supported in the portable runtime model");
488 /* We only support the "big PIC" model now. And we always generate PIC
727 enum tls_model model = SYMBOL_REF_TLS_MODEL (addr);
729 switch (model)
7837 32-bit linux port if the multi-space model is implemented. */
723 enum tls_model model = SYMBOL_REF_TLS_MODEL (addr); local
/openbsd-current/gnu/lib/libstdc++/libstdc++/
H A Dconfigure43 --enable-clocale enable model for target locale package.
3932 echo $ac_n "checking for thread model used by GCC""... $ac_c" 1>&6
3933 echo "configure:3934: checking for thread model used by GCC" >&5
3934 target_thread_file=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
3952 echo $ac_n "checking for exception model to use""... $ac_c" 1>&6
3953 echo "configure:3954: checking for exception model to use" >&5
3999 { echo "configure: error: unable to detect exception model" 1>&2; exit 1; }

Completed in 423 milliseconds

123456