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