Home
last modified time | relevance | path

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

123

/freebsd-14-stable/sys/x86/x86/
HDmp_x86.c752 printf("%d package(s)", topology.entities[TOPO_LEVEL_PKG]); in cpu_mp_announce()
753 if (topology.entities[TOPO_LEVEL_GROUP] > 1) in cpu_mp_announce()
755 topology.entities[TOPO_LEVEL_GROUP]); in cpu_mp_announce()
756 if (topology.entities[TOPO_LEVEL_CACHEGROUP] > 1) in cpu_mp_announce()
758 topology.entities[TOPO_LEVEL_CACHEGROUP]); in cpu_mp_announce()
759 if (topology.entities[TOPO_LEVEL_CORE] > 0) in cpu_mp_announce()
761 topology.entities[TOPO_LEVEL_CORE]); in cpu_mp_announce()
762 if (topology.entities[TOPO_LEVEL_THREAD] > 1) in cpu_mp_announce()
764 topology.entities[TOPO_LEVEL_THREAD]); in cpu_mp_announce()
774 topology.entities[TOPO_LEVEL_PKG]); in cpu_mp_announce()
[all …]
/freebsd-14-stable/sys/kern/
HDsubr_smp.c1325 if (results->entities[level] == -1) in topo_analyze_table()
1326 results->entities[level] = count; in topo_analyze_table()
1327 else if (results->entities[level] != count) in topo_analyze_table()
1346 results->entities[TOPO_LEVEL_PKG] = -1; in topo_analyze()
1347 results->entities[TOPO_LEVEL_CORE] = -1; in topo_analyze()
1348 results->entities[TOPO_LEVEL_THREAD] = -1; in topo_analyze()
1349 results->entities[TOPO_LEVEL_GROUP] = -1; in topo_analyze()
1350 results->entities[TOPO_LEVEL_CACHEGROUP] = -1; in topo_analyze()
1355 KASSERT(results->entities[TOPO_LEVEL_PKG] > 0, in topo_analyze()
/freebsd-14-stable/contrib/bzip2/
HDFREEBSD-Xlist17 *entities.xml
/freebsd-14-stable/contrib/ntp/sntp/libevent/
HDevent_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:
/freebsd-14-stable/contrib/libevent/
HDevent_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:
/freebsd-14-stable/contrib/one-true-awk/
HDLICENSE11 its entities not be used in advertising or publicity pertaining
HDFIXES11 its entities not be used in advertising or publicity pertaining
HDREADME.md47 its entities not be used in advertising or publicity pertaining
/freebsd-14-stable/sys/contrib/device-tree/Bindings/arm/omap/
HDprcm.txt4 a DT hierarchy. Each TI SoC can have multiple PRCM entities listed for it,
/freebsd-14-stable/crypto/openssl/doc/man3/
HDECPKParameters_print.pod6 encoding ASN1 representations of elliptic curve entities
HDX509_STORE_add_cert.pod74 trusted entities such as root certificate authorities (CAs).
/freebsd-14-stable/sys/contrib/device-tree/Bindings/firmware/
Dintel,stratix10-svc.txt11 Layer 3) can interface with SDM. All software entities running on other
/freebsd-14-stable/sys/sys/
HDsmp.h141 int entities[TOPO_LEVEL_COUNT]; member
/freebsd-14-stable/sys/contrib/device-tree/Bindings/arm/keystone/
Dti,sci.txt50 for identification of host processing entities such as virtual
/freebsd-14-stable/sys/contrib/device-tree/Bindings/reset/
HDti-syscon-reset.txt9 allow multiple entities to access their relevant registers in the common
/freebsd-14-stable/contrib/expat/
HDChanges81 of entities caused by stack overflow by resolving use of
82 recursion, for all three uses of entities:
83 - general entities in character data ("<e>&g1;</e>")
84 - general entities in attribute values ("<e k1='&g1;'/>")
85 - parameter entities ("%p1;")
304 external entities that start with a byte order mark
308 #812 #813 Protect against closing entities out of order
408 #612 #645 Fix corruption from undefined entities
410 entities
735 leveraging general entities or parameter entities or both)
[all …]
HDexpat_config.h.in130 /* Define as 1/0 to enable/disable support for general entities. */
/freebsd-14-stable/crypto/openssl/doc/internal/man3/
HDossl_cmp_hdr_init.pod77 This may be useful to allow end entities to correct/check their local time for
/freebsd-14-stable/contrib/ntp/ntpsnmpd/
HDntpv4-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
/freebsd-14-stable/crypto/heimdal/doc/
HDwhatis.texi23 third party (the kerberos server) that is trusted by all the entities on
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCodeGenOptions.def90 ///< Decl* various IR entities came from.
356 /// Whether to use public LTO visibility for entities in std and stdext
/freebsd-14-stable/crypto/openssl/
HDLICENSE.txt17 other entities that control, are controlled by, or are under common
/freebsd-14-stable/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
HDTHIRDPARTYLICENSE.openssl17 other entities that control, are controlled by, or are under common
/freebsd-14-stable/sys/contrib/device-tree/Bindings/mfd/
HDaxp20x.txt16 be treated as separate entities. The other half is an AC100 RTC/codec
/freebsd-14-stable/sys/contrib/device-tree/Bindings/cpu/
HDcpu-topology.txt9 In a SMP system, the hierarchy of CPUs is defined through three entities that

123