Searched refs:CPU_TOPOLOGY_LEVELS (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/kernel/
H A Dcpu.cpp256 sCPUTopology.level = CPU_TOPOLOGY_LEVELS;
258 int32 maxID[CPU_TOPOLOGY_LEVELS];
263 for (int32 j = 0; j < CPU_TOPOLOGY_LEVELS; j++)
267 for (int32 j = 0; j < CPU_TOPOLOGY_LEVELS; j++)
270 sCPUTopology.children_count = maxID[CPU_TOPOLOGY_LEVELS - 1];
272 = new(std::nothrow) cpu_topology_node*[maxID[CPU_TOPOLOGY_LEVELS - 1]];
276 maxID[CPU_TOPOLOGY_LEVELS - 1] * sizeof(cpu_topology_node*));
280 for (int32 j = CPU_TOPOLOGY_LEVELS - 1; j >= 0; j--) {
295 int32 lastID[CPU_TOPOLOGY_LEVELS];
H A Dsystem_info.cpp444 == CPU_TOPOLOGY_LEVELS + 1);
/haiku/headers/private/kernel/
H A Dcpu.h36 CPU_TOPOLOGY_LEVELS enumerator in enum:cpu_topology_level
79 int topology_id[CPU_TOPOLOGY_LEVELS];
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp120 static uint32 sHierarchyMask[CPU_TOPOLOGY_LEVELS];
121 static uint32 sHierarchyShift[CPU_TOPOLOGY_LEVELS];
778 uint8 hierarchyLevels[CPU_TOPOLOGY_LEVELS] = { 0 };
806 for (int i = 1; i < CPU_TOPOLOGY_LEVELS; i++) {
812 for (int i = 0; i < CPU_TOPOLOGY_LEVELS; i++) {
814 if (i < CPU_TOPOLOGY_LEVELS - 1)
892 ASSERT(level < CPU_TOPOLOGY_LEVELS);

Completed in 66 milliseconds