Searched refs:cpuid (Results 51 - 75 of 114) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dhead-nommu.S46 bl __lookup_processor_type @ r5=procinfo r9=cpuid
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dlongrun.c152 cpuid(0x80860007, &eax, &ebx, &ecx, &edx);
153 dprintk("cpuid eax is %u\n", eax);
219 cpuid(0x80860007, &eax, &ebx, &ecx, &edx);
230 cpuid(0x80860007, &eax, &ebx, &ecx, &edx);
H A Dp4-clockmod.c199 int cpuid = 0; local
206 cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_mask;
207 switch (cpuid) {
H A Dpowernow-k7.c50 u32 cpuid; member in struct:pst_s
141 cpuid(0x80000007, &eax, &ebx, &ecx, &edx);
478 if ((etuple == pst->cpuid) && check_fsb(pst->fsbspeed) &&
482 dprintk (" cpuid: 0x%x fsb: %d maxFID: 0x%x startvid: 0x%x\n",
483 pst->cpuid, pst->fsbspeed, pst->maxfid, pst->startvid);
494 printk (KERN_INFO PFX "No PST tables match this cpuid (0x%x)\n", etuple);
H A Dpowernow-k8.h44 /* processor's cpuid instruction support */
197 u32 cpuid; member in struct:psb_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dcpuid.c14 * cpuid.c
22 * This driver uses /dev/cpu/%d/cpuid where %d is the minor number, and on
59 cpuid(cmd->reg, &cmd->data[0], &cmd->data[1], &cmd->data[2],
69 cpuid(reg, &data[0], &data[1], &data[2], &data[3]);
82 cpuid(reg, &data[0], &data[1], &data[2], &data[3]);
193 if (register_chrdev(CPUID_MAJOR, "cpu/cpuid", &cpuid_fops)) {
194 printk(KERN_ERR "cpuid: unable to get major %d for cpuid\n",
199 cpuid_class = class_create(THIS_MODULE, "cpuid");
221 unregister_chrdev(CPUID_MAJOR, "cpu/cpuid");
[all...]
H A Dsmpboot.c213 int cpuid, phys_id; local
228 cpuid = smp_processor_id();
229 if (cpu_isset(cpuid, cpu_callin_map)) {
231 phys_id, cpuid);
234 Dprintk("CPU#%d (phys ID: %d) waiting for CALLOUT\n", cpuid, phys_id);
252 if (cpu_isset(cpuid, cpu_callout_map))
259 cpuid);
279 Dprintk("Stack at about %p\n",&cpuid);
284 smp_store_cpu_info(cpuid);
289 cpu_set(cpuid, cpu_callin_ma
[all...]
H A Dhead.S207 cpuid
211 cpuid
288 cpuid
298 cpuid
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dsmp.c361 smp_call_function_single (int cpuid, void (*func) (void *info), void *info, int nonatomic, argument
368 if (cpuid == me) {
385 send_IPI_single(cpuid, IPI_CALL_FUNC);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip27/
H A Dip27-timer.c194 int cpuid; local
201 cpuid = LOCAL_HUB_L(PI_CPU_NUM) ? IP27_CPU0_INDEX : IP27_CPU1_INDEX;
202 cpu = (klcpu_t *) KLCF_COMP(board, cpuid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dcpufreq_64.c543 struct device_node *cpuid = NULL, *hwclock = NULL, *cpunode = NULL; local
563 /* Lookup the cpuid eeprom node */
564 cpuid = of_find_node_by_path("/u3@0,f8000000/i2c@f8001000/cpuid@a0");
565 if (cpuid != NULL)
566 eeprom = of_get_property(cpuid, "cpuid", NULL);
568 printk(KERN_ERR "cpufreq: Can't find cpuid EEPROM !\n");
650 /* Now calculate reduced frequency by using the cpuid input freq
713 of_node_put(cpuid);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dprocessor.h75 unsigned char x86_max_cores; /* cpuid returned max cores value */
135 __asm__("cpuid"
186 asm volatile("cpuid" : "=a" (tmp) : "0" (1) : "ebx","ecx","edx","memory");
605 static inline void cpuid(unsigned int op, unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx) function
628 cpuid(op, &eax, &ebx, &ecx, &edx);
635 cpuid(op, &eax, &ebx, &ecx, &edx);
642 cpuid(op, &eax, &ebx, &ecx, &edx);
649 cpuid(op, &eax, &ebx, &ecx, &edx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mach-voyager/
H A Dvoyager_smp.c97 static void do_boot_cpu(__u8 cpuid);
343 __u8 cpuid = hard_smp_processor_id(); local
348 if(((cpuid >> 2) & 0x03) == i)
444 __u8 cpuid = hard_smp_processor_id(); local
464 dummy = voyager_quad_cpi_addr[cpuid]->qic_cpi[VIC_CPU_BOOT_CPI].cpi;
471 VDEBUG(("VOYAGER SMP: CPU%d, stack at about %p\n", cpuid, &cpuid));
480 smp_store_cpu_info(cpuid);
486 cpu_set(cpuid, cpu_callin_map);
491 while (!cpu_isset(cpuid, smp_commenced_mas
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsetup.c429 cpuid(0x80000002, &v[0], &v[1], &v[2], &v[3]);
430 cpuid(0x80000003, &v[4], &v[5], &v[6], &v[7]);
431 cpuid(0x80000004, &v[8], &v[9], &v[10], &v[11]);
444 cpuid(0x80000005, &dummy, &ebx, &ecx, &edx);
453 cpuid(0x80000006, &dummy, &ebx, &ecx, &edx);
463 cpuid(0x80000007, &dummy, &dummy, &dummy, &c->x86_power);
465 cpuid(0x80000008, &eax, &dummy, &dummy, &dummy);
619 cpuid(1, &eax, &ebx, &ecx, &edx);
763 /* Do some early cpuid on the boot CPU to get some parameter that are
783 cpuid(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dcpu.c164 info->data.ia32.cpuid = FLAC__cpu_have_cpuid_asm_ia32()? true : false;
165 info->data.ia32.bswap = info->data.ia32.cpuid; /* CPUID => BSWAP since it came after */
176 if(info->data.ia32.cpuid) {
177 /* http://www.sandpile.org/ia32/cpuid.htm */
199 fprintf(stderr, " CPUID ...... %c\n", info->data.ia32.cpuid ? 'Y' : 'n');
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/acpi/
H A Dcstate.c100 cpuid(CPUID_MWAIT_LEAF, &eax, &ebx, &ecx, &edx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dirq.c136 int cpuid; local
200 cpuid = nasid_slice_to_cpuid(new_irq_info->irq_nasid,
202 new_irq_info->irq_cpuid = cpuid;
215 cpuphys = cpu_physical_id(cpuid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dprom.h93 extern struct device_node *of_find_node_by_cpuid(int cpuid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dhwrpb.h168 unsigned long cpuid; member in struct:hwrpb_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dprocess.c76 int cpuid = smp_processor_id(); local
83 + hwrpb->processor_size * cpuid);
92 if (cpuid != boot_cpuid) {
95 cpu_clear(cpuid, cpu_present_map);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dx86cpuid.pl24 &cpuid ();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dprocessor.h61 unsigned long cpuid; member in struct:system_cpuinfo_parisc::__anon9267
77 unsigned long cpuid; /* aka slot_number or set to NO_PROC_ID */ member in struct:cpuinfo_parisc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/sn2/
H A Dsn2_smp.c360 * @physid: physical cpuid to receive the interrupt.
403 * @cpuid: target of the IPI
409 * @cpuid. @vector specifies the command to send, while @delivery_mode can
417 void sn2_send_IPI(int cpuid, int vector, int delivery_mode, int redirect) argument
422 physid = cpu_physical_id(cpuid);
423 nasid = cpuid_to_nasid(cpuid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dreipl64.S64 slr %r0,%r0 # set cpuid to zero
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsetup.c118 extern int init_per_cpu(int cpuid);

Completed in 327 milliseconds

12345