Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kernel/
Dsmpboot.c342 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()
530 if (c->phys_proc_id == o->phys_proc_id) in match_pkg()
/Linux-v6.6/arch/x86/kernel/cpu/
Dhygon.c91 c->phys_proc_id = c->apicid >> APICID_SOCKET_ID_BIT; in hygon_get_topology()
121 c->phys_proc_id = c->initial_apicid >> bits; in hygon_detect_cmp()
123 per_cpu(cpu_llc_id, cpu) = c->cpu_die_id = c->phys_proc_id; in hygon_detect_cmp()
Dtopology.c157 c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, in detect_extended_topology()
Dproc.c23 seq_printf(m, "physical id\t: %d\n", c->phys_proc_id); in show_cpuinfo_core()
Damd.c468 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()
Dcommon.c917 c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, index_msb); in detect_ht()
1772 c->phys_proc_id = c->initial_apicid; in generic_identify()
1810 BUG_ON(topology_update_package_map(c->phys_proc_id, cpu)); in validate_apic_and_package_id()
Dcacheinfo.c881 per_cpu(cpu_llc_id, cpu) = c->phys_proc_id; in init_intel_cacheinfo()
/Linux-v6.6/arch/x86/include/asm/
Dtopology.h109 #define topology_physical_package_id(cpu) (cpu_data(cpu).phys_proc_id)
Dprocessor.h134 u16 phys_proc_id; member
/Linux-v6.6/arch/x86/kernel/cpu/mce/
Dapei.c108 m.socketid = cpu_data(m.extcpu).phys_proc_id; in apei_smca_report_x86_error()
Dcore.c126 m->socketid = cpu_data(m->extcpu).phys_proc_id; in mce_setup()
/Linux-v6.6/arch/x86/kernel/apic/
Dapic_numachip.c172 c->phys_proc_id = node / nodes; in fixup_cpu_id()
/Linux-v6.6/Documentation/arch/x86/
Dtopology.rst62 - cpuinfo_x86.phys_proc_id:
/Linux-v6.6/drivers/scsi/lpfc/
Dlpfc_init.c12462 cpup->phys_id = cpuinfo->phys_proc_id; in lpfc_cpu_affinity_check()