Home
last modified time | relevance | path

Searched refs:processor (Results 1 – 4 of 4) sorted by relevance

/kernel/lib/topology/include/lib/
A Dsystem-topology.h26 zbi_topology_processor_t processor; member
59 zx_status_t ProcessorByLogicalId(uint16_t id, Node** processor) { in ProcessorByLogicalId() argument
64 *processor = processors_by_logical_id_[id]; in ProcessorByLogicalId()
/kernel/lib/topology/
A Dsystem-topology_test.cpp43 ASSERT_EQ(ZBI_TOPOLOGY_PROCESSOR_PRIMARY, node->entity.processor.flags); in test_flat_to_heap_simple()
70 for (Node* processor : graph.processors()) { in test_flat_to_heap_walk_result()
71 Node* current = processor; in test_flat_to_heap_walk_result()
198 .processor = { in RUN_TEST()
217 .processor = { in RUN_TEST()
227 .processor = { in RUN_TEST()
266 .processor = { in HierarchicalTopology()
277 .processor = { in HierarchicalTopology()
288 .processor = { in HierarchicalTopology()
322 .processor = { in AddCCX()
A Dsystem-topology.cpp37 node->entity.processor = flat_node->entity.processor; in Update()
45 for (int i = 0; i < node->entity.processor.logical_id_count; ++i) { in Update()
46 processors_by_logical_id_.insert(node->entity.processor.logical_ids[i], in Update()
/kernel/
A Dkernel.ld56 * it. The relocation processor skips this section because this code

Completed in 16 milliseconds