Searched refs:phys_proc_id (Results 1 - 15 of 15) sorted by relevance
/linux-4.1.27/arch/x86/kernel/cpu/ |
H A D | topology.c | 81 c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, core_plus_mask_width); detect_extended_topology() 91 c->phys_proc_id); detect_extended_topology()
|
H A D | proc.c | 14 seq_printf(m, "physical id\t: %d\n", c->phys_proc_id); show_cpuinfo_core()
|
H A D | amd.c | 352 c->phys_proc_id = c->initial_apicid >> bits; amd_detect_cmp() 354 per_cpu(cpu_llc_id, cpu) = c->phys_proc_id; amd_detect_cmp()
|
H A D | common.c | 537 c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, index_msb); detect_ht() 551 c->phys_proc_id); detect_ht() 852 c->phys_proc_id = c->initial_apicid; generic_identify()
|
H A D | intel_cacheinfo.c | 794 * c->phys_proc_id. init_intel_cacheinfo() 797 per_cpu(cpu_llc_id, cpu) = c->phys_proc_id; init_intel_cacheinfo()
|
/linux-4.1.27/drivers/thermal/ |
H A D | x86_pkg_temp_thermal.c | 62 u16 phys_proc_id; member in struct:phy_dev_entry 122 u16 phys_proc_id = topology_physical_package_id(cpu); pkg_temp_thermal_get_phy_entry() local 128 if (phy_ptr->phys_proc_id == phys_proc_id) { pkg_temp_thermal_get_phy_entry() 442 phy_dev_entry->phys_proc_id = topology_physical_package_id(cpu); pkg_temp_thermal_device_add() 462 phy_dev_entry->phys_proc_id, cpu); pkg_temp_thermal_device_add() 480 u16 phys_proc_id = topology_physical_package_id(cpu); pkg_temp_thermal_device_remove() local 502 phys_proc_id, cpu, phdev->ref_cnt); pkg_temp_thermal_device_remove() 505 if (phdev->phys_proc_id == phys_proc_id) { pkg_temp_thermal_device_remove()
|
/linux-4.1.27/drivers/hwmon/ |
H A D | coretemp.c | 61 #define TO_PHYS_ID(cpu) (cpu_data(cpu).phys_proc_id) 105 u16 phys_proc_id; member in struct:platform_data 113 u16 phys_proc_id; member in struct:pdev_entry 127 return sprintf(buf, "Physical id %u\n", pdata->phys_proc_id); show_label() 437 u16 phys_proc_id = TO_PHYS_ID(cpu); coretemp_get_pdev() local 443 if (p->phys_proc_id == phys_proc_id) { coretemp_get_pdev() 576 pdata->phys_proc_id = pdev->id; coretemp_probe() 632 pdev_entry->phys_proc_id = pdev->id; coretemp_device_add() 651 u16 phys_proc_id = TO_PHYS_ID(cpu); coretemp_device_remove() local 655 if (p->phys_proc_id != phys_proc_id) coretemp_device_remove()
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | topology.h | 122 #define topology_physical_package_id(cpu) (cpu_data(cpu).phys_proc_id) setup_node_to_cpumask_map()
|
H A D | processor.h | 125 u16 phys_proc_id; member in struct:cpuinfo_x86
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | smpboot.c | 328 if (c->phys_proc_id == o->phys_proc_id && match_smt() 333 } else if (c->phys_proc_id == o->phys_proc_id && match_smt() 359 if (c->phys_proc_id == o->phys_proc_id) match_die() 1312 c->phys_proc_id = 0;
|
H A D | tsc.c | 1239 if (cpu_data(i).phys_proc_id == cpu_data(cpu).phys_proc_id) calibrate_delay_is_known()
|
/linux-4.1.27/arch/x86/kernel/apic/ |
H A D | apic_numachip.c | 171 c->phys_proc_id = node / nodes; fixup_cpu_id()
|
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
H A D | qat_algs.c | 135 return cpu_data(current_thread_info()->cpu).phys_proc_id; get_current_node()
|
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/ |
H A D | mce.c | 130 m->socketid = cpu_data(m->extcpu).phys_proc_id; mce_setup()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 8696 cpup->phys_id = cpuinfo->phys_proc_id; lpfc_sli4_set_affinity()
|
Completed in 515 milliseconds