Searched refs:cpu_phys_number (Results 1 – 5 of 5) sorted by relevance
| /xnu-11417.140.69/osfmk/i386/ |
| H A D | cpu_topology.c | 112 i, (void *) cpup, cpup->cpu_phys_number); in cpu_topology_sort() 131 i, (void *) cpup, cpup->cpu_phys_number); in cpu_topology_sort() 144 i, cpup, cpup->cpu_phys_number, in cpu_topology_sort() 148 lapic_cpu_map(cpup->cpu_phys_number, i); in cpu_topology_sort() 149 x86_set_logical_topology(&cpup->lcpu, cpup->cpu_phys_number, i); in cpu_topology_sort() 261 x, y, cpu_x->cpu_phys_number, cpu_y->cpu_phys_number); in lapicid_cmp() 262 if (cpu_x->cpu_phys_number < cpu_y->cpu_phys_number) { in lapicid_cmp() 265 if (cpu_x->cpu_phys_number == cpu_y->cpu_phys_number) { in lapicid_cmp()
|
| H A D | cpu_threads.c | 356 lcpu->pnum = cpup->cpu_phys_number; in x86_lcpu_init() 385 core->pcore_num = cpup->cpu_phys_number / topoParms.nPThreadsPerCore; in x86_core_alloc() 412 pkg_num = cpup->cpu_phys_number / topoParms.nPThreadsPerPackage; in x86_package_find() 435 die_num = cpup->cpu_phys_number / topoParms.nPThreadsPerDie; in x86_die_find() 463 core_num = cpup->cpu_phys_number / topoParms.nPThreadsPerCore; in x86_core_find() 531 die->pdie_num = cpup->cpu_phys_number / topoParms.nPThreadsPerDie; in x86_die_alloc() 572 pkg->ppkg_num = cpup->cpu_phys_number / topoParms.nPThreadsPerPackage; in x86_package_alloc() 837 phys_cpu = cpup->cpu_phys_number; in cpu_thread_alloc()
|
| H A D | cpu_data.h | 321 int cpu_phys_number; /* Physical CPU */ member 421 return CPU_DATA()->cpu_phys_number; in get_cpu_phys_number()
|
| H A D | lapic_native.c | 429 current_cpu_datap()->cpu_phys_number = cpu_to_lapic[0]; in lapic_init()
|
| H A D | machine_routines.c | 563 this_cpu_datap->cpu_phys_number = lapic_id; in register_cpu()
|