Home
last modified time | relevance | path

Searched refs:entities (Results 1 – 25 of 65) sorted by relevance

123

/src/sys/x86/x86/
H A Dmp_x86.c750 printf("%d package(s)", topology.entities[TOPO_LEVEL_PKG]); in cpu_mp_announce()
751 if (topology.entities[TOPO_LEVEL_GROUP] > 1) in cpu_mp_announce()
753 topology.entities[TOPO_LEVEL_GROUP]); in cpu_mp_announce()
754 if (topology.entities[TOPO_LEVEL_CACHEGROUP] > 1) in cpu_mp_announce()
756 topology.entities[TOPO_LEVEL_CACHEGROUP]); in cpu_mp_announce()
757 if (topology.entities[TOPO_LEVEL_CORE] > 0) in cpu_mp_announce()
759 topology.entities[TOPO_LEVEL_CORE]); in cpu_mp_announce()
760 if (topology.entities[TOPO_LEVEL_THREAD] > 1) in cpu_mp_announce()
762 topology.entities[TOPO_LEVEL_THREAD]); in cpu_mp_announce()
772 topology.entities[TOPO_LEVEL_PKG]); in cpu_mp_announce()
[all …]
/src/sys/kern/
H A Dsubr_smp.c1347 if (results->entities[level] == -1) in topo_analyze_table()
1348 results->entities[level] = count; in topo_analyze_table()
1349 else if (results->entities[level] != count) in topo_analyze_table()
1368 results->entities[TOPO_LEVEL_PKG] = -1; in topo_analyze()
1369 results->entities[TOPO_LEVEL_CORE] = -1; in topo_analyze()
1370 results->entities[TOPO_LEVEL_THREAD] = -1; in topo_analyze()
1371 results->entities[TOPO_LEVEL_GROUP] = -1; in topo_analyze()
1372 results->entities[TOPO_LEVEL_CACHEGROUP] = -1; in topo_analyze()
1377 KASSERT(results->entities[TOPO_LEVEL_PKG] > 0, in topo_analyze()
/src/contrib/bzip2/
H A DFREEBSD-Xlist16 *entities.xml
/src/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py1686 entities = []
1695 entities.extend(ProcessStruct(factory, data))
1697 return entities
1884 entities = Parse(factory, self.rpc_file)
1892 for entry in entities:
1896 for entry in entities:
1904 for entry in entities:
/src/contrib/libevent/
H A Devent_rpcgen.py1686 entities = []
1695 entities.extend(ProcessStruct(factory, data))
1697 return entities
1884 entities = Parse(factory, self.rpc_file)
1892 for entry in entities:
1896 for entry in entities:
1904 for entry in entities:
/src/contrib/one-true-awk/
H A DLICENSE11 its entities not be used in advertising or publicity pertaining
H A DFIXES11 its entities not be used in advertising or publicity pertaining
H A DREADME.md47 its entities not be used in advertising or publicity pertaining
/src/sys/contrib/device-tree/Bindings/arm/omap/
H A Dprcm.txt4 a DT hierarchy. Each TI SoC can have multiple PRCM entities listed for it,
/src/crypto/openssl/doc/man3/
H A DECPKParameters_print.pod6 encoding ASN1 representations of elliptic curve entities
H A DX509_STORE_add_cert.pod74 trusted entities such as root certificate authorities (CAs).
/src/sys/contrib/device-tree/Bindings/firmware/
H A Dintel,stratix10-svc.txt11 Layer 3) can interface with SDM. All software entities running on other
/src/sys/sys/
H A Dsmp.h144 int entities[TOPO_LEVEL_COUNT]; member
/src/sys/contrib/device-tree/Bindings/arm/keystone/
H A Dti,sci.txt50 for identification of host processing entities such as virtual
/src/sys/contrib/device-tree/Bindings/reset/
H A Dti-syscon-reset.txt9 allow multiple entities to access their relevant registers in the common
/src/contrib/expat/
H A DChanges212 of entities caused by stack overflow by resolving use of
213 recursion, for all three uses of entities:
214 - general entities in character data ("<e>&g1;</e>")
215 - general entities in attribute values ("<e k1='&g1;'/>")
216 - parameter entities ("%p1;")
435 external entities that start with a byte order mark
439 #812 #813 Protect against closing entities out of order
539 #612 #645 Fix corruption from undefined entities
541 entities
866 leveraging general entities or parameter entities or both)
[all …]
H A Dexpat_config.h.in130 /* Define as 1/0 to enable/disable support for general entities. */
/src/crypto/krb5/src/lib/gssapi/
H A DLICENSE12 entities, including OpenVision, MIT, and FundsXpress. See the
/src/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_hdr_init.pod77 This may be useful to allow end entities to correct/check their local time for
/src/contrib/ntp/ntpsnmpd/
H A Dntpv4-mib.mib67 "The Management Information Base for NTP time entities.
795 "The compliance statement for SNMP entities that use NTP and
806 "The compliance statement for SNMP entities that use SNTP and
/src/crypto/heimdal/doc/
H A Dwhatis.texi23 third party (the kerberos server) that is trusted by all the entities on
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def90 ///< Decl* various IR entities came from.
356 /// Whether to use public LTO visibility for entities in std and stdext
/src/crypto/openssl/
H A DLICENSE.txt17 other entities that control, are controlled by, or are under common
/src/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A DTHIRDPARTYLICENSE.openssl17 other entities that control, are controlled by, or are under common
/src/sys/contrib/device-tree/Bindings/mfd/
H A Daxp20x.txt16 be treated as separate entities. The other half is an AC100 RTC/codec

123