Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dsmpboot.c303 if (c->initialized && c->phys_proc_id == phys_pkg) in topology_phys_to_logical_pkg()
341 topology_update_package_map(c->phys_proc_id, id); in smp_store_boot_cpu_info()
395 if (c->phys_proc_id == o->phys_proc_id && in match_smt()
406 } else if (c->phys_proc_id == o->phys_proc_id && in match_smt()
464 if (c->phys_proc_id == o->phys_proc_id) in match_die()
/Linux-v4.19/arch/x86/kernel/cpu/
Dtopology.c94 c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, core_plus_mask_width); in detect_extended_topology()
Dproc.c17 seq_printf(m, "physical id\t: %d\n", c->phys_proc_id); in show_cpuinfo_core()
Damd.c392 c->phys_proc_id = c->initial_apicid >> bits; in amd_detect_cmp()
394 per_cpu(cpu_llc_id, cpu) = c->phys_proc_id; in amd_detect_cmp()
Dcommon.c696 c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, index_msb); in detect_ht()
1222 c->phys_proc_id = c->initial_apicid; in generic_identify()
1284 BUG_ON(topology_update_package_map(c->phys_proc_id, cpu)); in validate_apic_and_package_id()
Dcacheinfo.c841 per_cpu(cpu_llc_id, cpu) = c->phys_proc_id; in init_intel_cacheinfo()
/Linux-v4.19/arch/x86/include/asm/
Dtopology.h108 #define topology_physical_package_id(cpu) (cpu_data(cpu).phys_proc_id)
Dprocessor.h127 u16 phys_proc_id; member
/Linux-v4.19/arch/x86/kernel/apic/
Dapic_numachip.c183 c->phys_proc_id = node / nodes; in fixup_cpu_id()
/Linux-v4.19/Documentation/x86/
Dtopology.txt49 - cpuinfo_x86.phys_proc_id:
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce.c126 m->socketid = cpu_data(m->extcpu).phys_proc_id; in mce_setup()
/Linux-v4.19/arch/x86/events/intel/
Duncore_snbep.c3064 int pkg = topology_phys_to_logical_pkg(boot_cpu_data.phys_proc_id); in bdx_uncore_cpu_init()
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_init.c10039 cpup->phys_id = cpuinfo->phys_proc_id; in lpfc_cpu_affinity_check()