cpu_core_id       210 arch/x86/events/amd/uncore.c 		int thread = 2 * (cpu_data(event->cpu).cpu_core_id % 4);
cpu_core_id       119 arch/x86/include/asm/processor.h 	u16			cpu_core_id;
cpu_core_id       111 arch/x86/include/asm/topology.h #define topology_core_id(cpu)			(cpu_data(cpu).cpu_core_id)
cpu_core_id       389 arch/x86/kernel/amd_nb.c 	return (mask >> (4 * cpu_data(cpu).cpu_core_id)) & 0xf;
cpu_core_id       415 arch/x86/kernel/amd_nb.c 	cuid = cpu_data(cpu).cpu_core_id;
cpu_core_id       320 arch/x86/kernel/cpu/amd.c 	c->cpu_core_id %= cus_per_node;
cpu_core_id       354 arch/x86/kernel/cpu/amd.c 			c->cpu_core_id = ebx & 0xff;
cpu_core_id       397 arch/x86/kernel/cpu/amd.c 	c->cpu_core_id = c->initial_apicid & ((1 << bits)-1);
cpu_core_id       768 arch/x86/kernel/cpu/common.c 	c->cpu_core_id = apic->phys_pkg_id(c->initial_apicid, index_msb) &
cpu_core_id        79 arch/x86/kernel/cpu/hygon.c 		c->cpu_core_id = ebx & 0xff;
cpu_core_id       121 arch/x86/kernel/cpu/hygon.c 	c->cpu_core_id = c->initial_apicid & ((1 << bits)-1);
cpu_core_id        20 arch/x86/kernel/cpu/proc.c 	seq_printf(m, "core id\t\t: %d\n", c->cpu_core_id);
cpu_core_id       140 arch/x86/kernel/cpu/topology.c 	c->cpu_core_id = apic->phys_pkg_id(c->initial_apicid,
cpu_core_id       443 arch/x86/kernel/smpboot.c 			if (c->cpu_core_id == o->cpu_core_id)
cpu_core_id       454 arch/x86/kernel/smpboot.c 		   c->cpu_core_id == o->cpu_core_id) {
cpu_core_id      1564 arch/x86/kernel/smpboot.c 	c->cpu_core_id = 0;
cpu_core_id        49 drivers/hwmon/coretemp.c #define TO_CORE_ID(cpu)		(cpu_data(cpu).cpu_core_id)
cpu_core_id        78 drivers/hwmon/coretemp.c 	u32 cpu_core_id;
cpu_core_id       114 drivers/hwmon/coretemp.c 	return sprintf(buf, "Core %u\n", tdata->cpu_core_id);
cpu_core_id       444 drivers/hwmon/coretemp.c 	tdata->cpu_core_id = TO_CORE_ID(cpu);
cpu_core_id       149 drivers/hwmon/fam15h_power.c 	cu = cpu_data(cpu).cpu_core_id;
cpu_core_id      10677 drivers/scsi/lpfc/lpfc_init.c 		cpup->core_id = cpuinfo->cpu_core_id;