Home
last modified time | relevance | path

Searched refs:phys_proc_id (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Dsmpboot.c339 if (c->initialized && c->phys_proc_id == phys_pkg) in topology_phys_to_logical_pkg()
355 int cpu, proc_id = cpu_data(cur_cpu).phys_proc_id; in topology_phys_to_logical_die()
361 c->phys_proc_id == proc_id) in topology_phys_to_logical_die()
421 topology_update_package_map(c->phys_proc_id, id); in smp_store_boot_cpu_info()
476 if (c->phys_proc_id == o->phys_proc_id && in match_smt()
488 } else if (c->phys_proc_id == o->phys_proc_id && in match_smt()
499 if (c->phys_proc_id == o->phys_proc_id && in match_die()
527 if (c->phys_proc_id == o->phys_proc_id) in match_pkg()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dhygon.c95 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 Dtopology.c157 c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, in detect_extended_topology()
H A Dproc.c23 seq_printf(m, "physical id\t: %d\n", c->phys_proc_id); in show_cpuinfo_core()
H A Damd.c454 c->phys_proc_id = c->initial_apicid >> bits; in amd_detect_cmp()
456 per_cpu(cpu_llc_id, cpu) = c->cpu_die_id = c->phys_proc_id; in amd_detect_cmp()
H A Dcommon.c917 c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, index_msb); in detect_ht()
1821 c->phys_proc_id = c->initial_apicid; in generic_identify()
1859 BUG_ON(topology_update_package_map(c->phys_proc_id, cpu)); in validate_apic_and_package_id()
H A Dcacheinfo.c878 * c->phys_proc_id. in init_intel_cacheinfo()
881 per_cpu(cpu_llc_id, cpu) = c->phys_proc_id; in init_intel_cacheinfo()
/openbmc/linux/arch/x86/include/asm/
H A Dtopology.h109 #define topology_physical_package_id(cpu) (cpu_data(cpu).phys_proc_id)
H A Dprocessor.h148 u16 phys_proc_id; member
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dapei.c108 m.socketid = cpu_data(m.extcpu).phys_proc_id; in apei_smca_report_x86_error()
H A Dcore.c127 m->socketid = cpu_data(m->extcpu).phys_proc_id; in mce_setup()
/openbmc/linux/arch/x86/kernel/apic/
H A Dapic_numachip.c172 c->phys_proc_id = node / nodes; in fixup_cpu_id()
/openbmc/linux/Documentation/arch/x86/
H A Dtopology.rst62 - cpuinfo_x86.phys_proc_id:
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c12465 cpup->phys_id = cpuinfo->phys_proc_id; in lpfc_cpu_affinity_check()