Home
last modified time | relevance | path

Searched refs:entity_type (Results 1 – 3 of 3) sorted by relevance

/kernel/lib/topology/
A Dsystem-topology_test.cpp187 .entity_type = ZBI_TOPOLOGY_ENTITY_CLUSTER, in RUN_TEST()
195 .entity_type = ZBI_TOPOLOGY_ENTITY_PROCESSOR, in RUN_TEST()
206 .entity_type = ZBI_TOPOLOGY_ENTITY_CLUSTER, in RUN_TEST()
247 .entity_type = ZBI_TOPOLOGY_ENTITY_CLUSTER, in HierarchicalTopology()
255 .entity_type = ZBI_TOPOLOGY_ENTITY_CLUSTER, in HierarchicalTopology()
305 .entity_type = ZBI_TOPOLOGY_ENTITY_CLUSTER, in AddCCX()
313 .entity_type = ZBI_TOPOLOGY_ENTITY_CACHE, in AddCCX()
357 .entity_type = ZBI_TOPOLOGY_ENTITY_DIE, in ComplexTopology()
374 .entity_type = ZBI_TOPOLOGY_ENTITY_DIE, in ComplexTopology()
391 .entity_type = ZBI_TOPOLOGY_ENTITY_DIE, in ComplexTopology()
[all …]
A Dsystem-topology.cpp32 node->entity_type = flat_node->entity_type; in Update()
35 switch (node->entity_type) { in Update()
97 current_type = node->entity_type; in Validate()
100 if (current_type != node->entity_type) { in Validate()
112 } else if (node->entity_type == ZBI_TOPOLOGY_ENTITY_PROCESSOR) { in Validate()
129 current_type = node->entity_type; in Validate()
140 if (current_depth == 0 && node->entity_type != ZBI_TOPOLOGY_ENTITY_PROCESSOR) { in Validate()
146 if (current_depth != 0 && node->entity_type == ZBI_TOPOLOGY_ENTITY_PROCESSOR) { in Validate()
/kernel/lib/topology/include/lib/
A Dsystem-topology.h24 uint8_t entity_type; member

Completed in 11 milliseconds