Home
last modified time | relevance | path

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

/haiku/headers/private/kernel/
H A Dcpu.h33 CPU_TOPOLOGY_CORE, enumerator
/haiku/src/system/kernel/arch/riscv64/
H A Darch_cpu.cpp57 cpu->topology_id[CPU_TOPOLOGY_CORE] = curCpu; in arch_cpu_init()
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp701 sHierarchyMask[CPU_TOPOLOGY_CORE] = (maxCoreID - 1) * kMaxSMTID; in compute_cpu_hierarchy_masks()
702 sHierarchyShift[CPU_TOPOLOGY_CORE] in compute_cpu_hierarchy_masks()
706 | sHierarchyMask[CPU_TOPOLOGY_CORE]; in compute_cpu_hierarchy_masks()
837 hierarchyLevels[CPU_TOPOLOGY_CORE] = levelValue; in detect_intel_cpu_topology_x2apic()
977 cpu->topology_id[CPU_TOPOLOGY_CORE] in detect_cpu_topology()
978 = get_topology_level_id(topologyID, CPU_TOPOLOGY_CORE); in detect_cpu_topology()
991 cpu->topology_id[CPU_TOPOLOGY_CORE], in detect_cpu_topology()
/haiku/src/system/kernel/scheduler/
H A Dscheduler.cpp624 case CPU_TOPOLOGY_CORE: in traverse_topology_tree()
665 && gCPU[i].topology_id[CPU_TOPOLOGY_CORE] == 0) { in build_topology_mappings()