/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | coretemp.c | 60 * @cpu_core_id: The CPU Core from which temperature values should be read 75 u32 cpu_core_id; member 113 return sprintf(buf, "Core %u\n", tdata->cpu_core_id); in show_label() 400 int attr_no = tdata->is_pkg_data ? 1 : tdata->cpu_core_id + 2; in create_core_attrs() 453 tdata->cpu_core_id = topology_core_id(cpu); in init_temp_data()
|
H A D | fam15h_power.c | 145 cu = cpu_data(cpu).cpu_core_id; in do_read_registers_on_cu()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | coretemp.c | 63 * @cpu_core_id: The CPU Core from which temperature values should be read 76 u32 cpu_core_id; member 342 return sprintf(buf, "Core %u\n", tdata->cpu_core_id); in show_label() 439 int attr_no = tdata->is_pkg_data ? 1 : tdata->cpu_core_id + 2; in create_core_attrs() 492 tdata->cpu_core_id = topology_core_id(cpu); in init_temp_data()
|
H A D | fam15h_power.c | 145 cu = cpu_data(cpu).cpu_core_id; in do_read_registers_on_cu()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | smpboot.c | 482 if (c->cpu_core_id == o->cpu_core_id) in match_smt() 493 c->cpu_core_id == o->cpu_core_id) { in match_smt() 1408 c->cpu_core_id = 0; in remove_siblinginfo()
|
H A D | amd_nb.c | 392 return (mask >> (4 * cpu_data(cpu).cpu_core_id)) & 0xf; in amd_get_subcaches() 418 cuid = cpu_data(cpu).cpu_core_id; in amd_set_subcaches()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | hygon.c | 79 c->cpu_core_id = ebx & 0xff; in hygon_get_topology() 125 c->cpu_core_id = c->initial_apicid & ((1 << bits)-1); in hygon_detect_cmp()
|
H A D | topology.c | 149 c->cpu_core_id = apic->phys_pkg_id(c->initial_apicid, in detect_extended_topology()
|
H A D | proc.c | 24 seq_printf(m, "core id\t\t: %d\n", c->cpu_core_id); in show_cpuinfo_core()
|
H A D | amd.c | 386 * Fix up cpu_core_id for pre-F17h systems to be in the 398 c->cpu_core_id %= cus_per_node; in legacy_fixup_core_id() 424 c->cpu_core_id = ebx & 0xff; in amd_get_topology() 467 c->cpu_core_id = c->initial_apicid & ((1 << bits)-1); in amd_detect_cmp()
|
H A D | common.c | 792 c->cpu_core_id = apic->phys_pkg_id(c->initial_apicid, index_msb) & in detect_ht()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | hygon.c | 77 c->cpu_core_id = ebx & 0xff; in hygon_get_topology() 123 c->cpu_core_id = c->initial_apicid & ((1 << bits)-1); in hygon_detect_cmp()
|
H A D | topology.c | 149 c->cpu_core_id = apic->phys_pkg_id(c->initial_apicid, in detect_extended_topology()
|
H A D | proc.c | 26 seq_printf(m, "core id\t\t: %d\n", c->cpu_core_id); in show_cpuinfo_core()
|
H A D | amd.c | 385 * Fix up cpu_core_id for pre-F17h systems to be in the 397 c->cpu_core_id %= cus_per_node; in legacy_fixup_core_id() 423 c->cpu_core_id = ebx & 0xff; in amd_get_topology() 466 c->cpu_core_id = c->initial_apicid & ((1 << bits)-1); in amd_detect_cmp()
|
H A D | common.c | 925 c->cpu_core_id = apic->phys_pkg_id(c->initial_apicid, index_msb) & in detect_ht()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | topology.h | 111 #define topology_core_id(cpu) (cpu_data(cpu).cpu_core_id)
|
H A D | processor.h | 134 u16 cpu_core_id; member
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | topology.h | 112 #define topology_core_id(cpu) (cpu_data(cpu).cpu_core_id)
|
H A D | processor.h | 138 u16 cpu_core_id; member
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xsk_fwd.c | 645 u32 cpu_core_id; member 669 CPU_SET(t->cpu_core_id, &cpu_cores); in thread_func() 816 thread_data[n_threads].cpu_core_id = atoi(optarg); in parse_args() 883 thread_id, t->cpu_core_id); in print_thread()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | smpboot.c | 447 if (c->cpu_core_id == o->cpu_core_id) in match_smt() 458 c->cpu_core_id == o->cpu_core_id) { in match_smt() 1571 c->cpu_core_id = 0; in remove_siblinginfo()
|
H A D | amd_nb.c | 395 return (mask >> (4 * cpu_data(cpu).cpu_core_id)) & 0xf; in amd_get_subcaches() 421 cuid = cpu_data(cpu).cpu_core_id; in amd_set_subcaches()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 10965 cpup->core_id = cpuinfo->cpu_core_id; in lpfc_cpu_affinity_check()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 12463 cpup->core_id = cpuinfo->cpu_core_id; in lpfc_cpu_affinity_check()
|