Searched refs:cpu_core_id (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dtopology.h10 extern unsigned char cpu_core_id[NR_CPUS];
13 #define topology_core_id(cpu) (cpu_core_id[cpu])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dtopology.c79 c->cpu_core_id = apic->phys_pkg_id(c->initial_apicid, ht_mask_width)
94 c->cpu_core_id);
H A Damd.c280 c->cpu_core_id = c->cpu_core_id % cores_per_node;
296 c->cpu_core_id = c->initial_apicid & ((1 << bits)-1);
H A Dproc.c18 seq_printf(m, "core id\t\t: %d\n", c->cpu_core_id);
H A Dcommon.c477 c->cpu_core_id = apic->phys_pkg_id(c->initial_apicid, index_msb) &
485 c->cpu_core_id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dcoretemp.c310 data->core_id = c->cpu_core_id;
415 u16 cpu_core_id; member in struct:pdev_entry
446 c->cpu_core_id == pdev_entry->cpu_core_id) {
477 pdev_entry->cpu_core_id = c->cpu_core_id;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dtopology.h189 #define topology_core_id(cpu) (cpu_data(cpu).cpu_core_id)
H A Dprocessor.h112 u16 cpu_core_id; member in struct:cpuinfo_x86
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dtopology.c78 unsigned char cpu_core_id[NR_CPUS]; variable
122 cpu_core_id[lcpu] = core->id;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mcheck/
H A Dmce_amd.c162 if (shared_bank[bank] && c->cpu_core_id)
497 if (cpu_data(cpu).cpu_core_id && shared_bank[bank]) { /* symlink */
501 if (cpu_data(i).cpu_core_id)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dsmpboot.c413 c->cpu_core_id == o->cpu_core_id) {
1299 c->cpu_core_id = 0;

Completed in 69 milliseconds