phys_proc_id     3129 arch/x86/events/intel/uncore_snbep.c 	int pkg = topology_phys_to_logical_pkg(boot_cpu_data.phys_proc_id);
phys_proc_id      115 arch/x86/include/asm/processor.h 	u16			phys_proc_id;
phys_proc_id      108 arch/x86/include/asm/topology.h #define topology_physical_package_id(cpu)	(cpu_data(cpu).phys_proc_id)
phys_proc_id      183 arch/x86/kernel/apic/apic_numachip.c 	c->phys_proc_id = node / nodes;
phys_proc_id      399 arch/x86/kernel/cpu/amd.c 	c->phys_proc_id = c->initial_apicid >> bits;
phys_proc_id      401 arch/x86/kernel/cpu/amd.c 	per_cpu(cpu_llc_id, cpu) = c->phys_proc_id;
phys_proc_id      868 arch/x86/kernel/cpu/cacheinfo.c 		per_cpu(cpu_llc_id, cpu) = c->phys_proc_id;
phys_proc_id      760 arch/x86/kernel/cpu/common.c 	c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, index_msb);
phys_proc_id     1396 arch/x86/kernel/cpu/common.c 		c->phys_proc_id = c->initial_apicid;
phys_proc_id     1458 arch/x86/kernel/cpu/common.c 	BUG_ON(topology_update_package_map(c->phys_proc_id, cpu));
phys_proc_id       93 arch/x86/kernel/cpu/hygon.c 		c->phys_proc_id = c->apicid >> APICID_SOCKET_ID_BIT;
phys_proc_id      123 arch/x86/kernel/cpu/hygon.c 	c->phys_proc_id = c->initial_apicid >> bits;
phys_proc_id      125 arch/x86/kernel/cpu/hygon.c 	per_cpu(cpu_llc_id, cpu) = c->phys_proc_id;
phys_proc_id      141 arch/x86/kernel/cpu/mce/core.c 	m->socketid = cpu_data(m->extcpu).phys_proc_id;
phys_proc_id       17 arch/x86/kernel/cpu/proc.c 	seq_printf(m, "physical id\t: %d\n", c->phys_proc_id);
phys_proc_id      144 arch/x86/kernel/cpu/topology.c 	c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid,
phys_proc_id      304 arch/x86/kernel/smpboot.c 		if (c->initialized && c->phys_proc_id == phys_pkg)
phys_proc_id      318 arch/x86/kernel/smpboot.c 	int proc_id = cpu_data(cur_cpu).phys_proc_id;
phys_proc_id      324 arch/x86/kernel/smpboot.c 		    c->phys_proc_id == proc_id)
phys_proc_id      385 arch/x86/kernel/smpboot.c 	topology_update_package_map(c->phys_proc_id, id);
phys_proc_id      440 arch/x86/kernel/smpboot.c 		if (c->phys_proc_id == o->phys_proc_id &&
phys_proc_id      452 arch/x86/kernel/smpboot.c 	} else if (c->phys_proc_id == o->phys_proc_id &&
phys_proc_id      511 arch/x86/kernel/smpboot.c 	if (c->phys_proc_id == o->phys_proc_id)
phys_proc_id      518 arch/x86/kernel/smpboot.c 	if ((c->phys_proc_id == o->phys_proc_id) &&
phys_proc_id     1310 drivers/powercap/intel_rapl_common.c 			 "package-%d-die-%d", c->phys_proc_id, c->cpu_die_id);
phys_proc_id     1313 drivers/powercap/intel_rapl_common.c 			 c->phys_proc_id);
phys_proc_id     10676 drivers/scsi/lpfc/lpfc_init.c 		cpup->phys_id = cpuinfo->phys_proc_id;