Searched refs:phys_proc_id (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dtopology.h31 #define topology_physical_package_id(cpu) (cpu_data[cpu].phys_proc_id)
H A Dprocessor.h80 __u8 phys_proc_id; /* Physical processor id. */ member in struct:cpuinfo_x86
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dtopology.h59 #define topology_physical_package_id(cpu) (cpu_data[cpu].phys_proc_id)
H A Dprocessor.h75 __u8 phys_proc_id; /* Physical Processor id. */ member in struct:cpuinfo_x86
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsetup.c516 c->cpu_core_id = c->phys_proc_id & ((1 << bits)-1);
518 c->phys_proc_id = phys_pkg_id(bits);
521 node = c->phys_proc_id;
534 int ht_nodeid = apicid - (cpu_data[0].phys_proc_id << bits);
640 c->phys_proc_id = phys_pkg_id(index_msb);
653 printk(KERN_INFO "CPU: Physical Processor ID: %d\n", c->phys_proc_id);
813 c->phys_proc_id = (cpuid_ebx(1) >> 24) & 0xff;
1024 seq_printf(m, "physical id\t: %d\n", c->phys_proc_id);
H A Dsmpboot.c265 if (c[cpu].phys_proc_id == c[i].phys_proc_id &&
293 if (c[cpu].phys_proc_id == c[i].phys_proc_id) {
994 c[cpu].phys_proc_id = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Damd.c257 c->cpu_core_id = c->phys_proc_id & ((1<<bits)-1);
258 c->phys_proc_id >>= bits;
H A Dcommon.c361 c->phys_proc_id = (cpuid_ebx(1) >> 24) & 0xff;
547 c->phys_proc_id = phys_pkg_id((ebx >> 24) & 0xFF, index_msb);
550 c->phys_proc_id);
H A Dproc.c115 seq_printf(m, "physical id\t: %d\n", c->phys_proc_id);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsmpboot.c321 if (c[cpu].phys_proc_id == c[i].phys_proc_id &&
349 if (c[cpu].phys_proc_id == c[i].phys_proc_id) {
1166 c[cpu].phys_proc_id = 0;

Completed in 61 milliseconds