/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | smpboot.c | 342 if (c->initialized && c->phys_proc_id == phys_pkg) in topology_phys_to_logical_pkg() 358 int cpu, proc_id = cpu_data(cur_cpu).phys_proc_id; in topology_phys_to_logical_die() 364 c->phys_proc_id == proc_id) in topology_phys_to_logical_die() 424 topology_update_package_map(c->phys_proc_id, id); in smp_store_boot_cpu_info() 479 if (c->phys_proc_id == o->phys_proc_id && in match_smt() 491 } else if (c->phys_proc_id == o->phys_proc_id && in match_smt() 502 if (c->phys_proc_id == o->phys_proc_id in match_die() [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | smpboot.c | 308 if (c->initialized && c->phys_proc_id == phys_pkg) in topology_phys_to_logical_pkg() 322 int proc_id = cpu_data(cur_cpu).phys_proc_id; in topology_phys_to_logical_die() 328 c->phys_proc_id == proc_id) in topology_phys_to_logical_die() 389 topology_update_package_map(c->phys_proc_id, id); in smp_store_boot_cpu_info() 444 if (c->phys_proc_id == o->phys_proc_id && in match_smt() 456 } else if (c->phys_proc_id == o->phys_proc_id && in match_smt() 467 if (c->phys_proc_id == o->phys_proc_id in match_die() [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | hygon.c | 97 c->phys_proc_id = c->apicid >> APICID_SOCKET_ID_BIT; in hygon_get_topology() 127 c->phys_proc_id = c->initial_apicid >> bits; in hygon_detect_cmp() 129 per_cpu(cpu_llc_id, cpu) = c->cpu_die_id = c->phys_proc_id; in hygon_detect_cmp()
|
H A D | topology.c | 157 c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, in detect_extended_topology()
|
H A D | proc.c | 21 seq_printf(m, "physical id\t: %d\n", c->phys_proc_id); in show_cpuinfo_core()
|
H A D | amd.c | 469 c->phys_proc_id = c->initial_apicid >> bits; in amd_detect_cmp() 471 per_cpu(cpu_llc_id, cpu) = c->cpu_die_id = c->phys_proc_id; in amd_detect_cmp()
|
H A D | common.c | 784 c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, index_msb); in detect_ht() 1629 c->phys_proc_id = c->initial_apicid; in generic_identify() 1667 BUG_ON(topology_update_package_map(c->phys_proc_id, cpu)); in validate_apic_and_package_id()
|
H A D | cacheinfo.c | 865 * c->phys_proc_id. in init_intel_cacheinfo() 868 per_cpu(cpu_llc_id, cpu) = c->phys_proc_id; in init_intel_cacheinfo()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | hygon.c | 95 c->phys_proc_id = c->apicid >> APICID_SOCKET_ID_BIT; in hygon_get_topology() 125 c->phys_proc_id = c->initial_apicid >> bits; in hygon_detect_cmp() 127 per_cpu(cpu_llc_id, cpu) = c->cpu_die_id = c->phys_proc_id; in hygon_detect_cmp()
|
H A D | topology.c | 157 c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, in detect_extended_topology()
|
H A D | proc.c | 23 seq_printf(m, "physical id\t: %d\n", c->phys_proc_id); in show_cpuinfo_core()
|
H A D | amd.c | 468 c->phys_proc_id = c->initial_apicid >> bits; in amd_detect_cmp() 470 per_cpu(cpu_llc_id, cpu) = c->cpu_die_id = c->phys_proc_id; in amd_detect_cmp()
|
H A D | common.c | 917 c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, index_msb); in detect_ht() 1804 c->phys_proc_id = c->initial_apicid; in generic_identify() 1842 BUG_ON(topology_update_package_map(c->phys_proc_id, cpu)); in validate_apic_and_package_id()
|
H A D | cacheinfo.c | 878 * c->phys_proc_id. in init_intel_cacheinfo() 881 per_cpu(cpu_llc_id, cpu) = c->phys_proc_id; in init_intel_cacheinfo()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | topology.h | 108 #define topology_physical_package_id(cpu) (cpu_data(cpu).phys_proc_id)
|
H A D | processor.h | 130 u16 phys_proc_id; member
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | topology.h | 109 #define topology_physical_package_id(cpu) (cpu_data(cpu).phys_proc_id)
|
H A D | processor.h | 134 u16 phys_proc_id; member
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/ |
H A D | apei.c | 108 m.socketid = cpu_data(m.extcpu).phys_proc_id; in apei_smca_report_x86_error()
|
H A D | core.c | 127 m->socketid = cpu_data(m->extcpu).phys_proc_id; in mce_setup()
|
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
H A D | apic_numachip.c | 183 c->phys_proc_id = node / nodes; in fixup_cpu_id()
|
/kernel/linux/linux-6.6/arch/x86/kernel/apic/ |
H A D | apic_numachip.c | 172 c->phys_proc_id = node / nodes; in fixup_cpu_id()
|
/kernel/linux/linux-5.10/drivers/powercap/ |
H A D | intel_rapl_common.c | 550 cpu_data(rp->lead_cpu).phys_proc_id); in rapl_init_domains() 1324 "package-%d-die-%d", c->phys_proc_id, c->cpu_die_id); in rapl_add_package() 1327 c->phys_proc_id); in rapl_add_package()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/ |
H A D | core.c | 142 m->socketid = cpu_data(m->extcpu).phys_proc_id; in mce_setup()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 10964 cpup->phys_id = cpuinfo->phys_proc_id; in lpfc_cpu_affinity_check()
|