Searched refs:cpuid (Results 1 - 22 of 22) sorted by relevance

/drivers/misc/sgi-xp/
H A Dxp_sn2.c127 xp_cpu_to_nasid_sn2(int cpuid) argument
129 return cpuid_to_nasid(cpuid);
H A Dxp_uv.c83 xp_cpu_to_nasid_uv(int cpuid) argument
86 return UV_PNODE_TO_NASID(uv_cpu_to_pnode(cpuid));
H A Dxp_main.c54 int (*xp_cpu_to_nasid) (int cpuid);
H A Dxpc_sn2.c1174 int cpuid; local
1264 cpuid = raw_smp_processor_id(); /* any CPU in this partition will do */
1265 xpc_vars_part_sn2[partid].notify_IRQ_nasid = cpuid_to_nasid(cpuid);
1267 cpu_physical_id(cpuid);
/drivers/acpi/
H A Dprocessor_core.c217 int cpuid, type; local
247 cpuid = acpi_get_cpuid(handle, type, acpi_id);
249 if (cpuid == -1)
H A Dacpi_pad.c60 cpuid(CPUID_MWAIT_LEAF, &eax, &ebx, &ecx, &edx);
/drivers/cpufreq/
H A Dlongrun.c150 cpuid(0x80860007, &eax, &ebx, &ecx, &edx);
151 pr_debug("cpuid eax is %u\n", eax);
218 cpuid(0x80860007, &eax, &ebx, &ecx, &edx);
229 cpuid(0x80860007, &eax, &ebx, &ecx, &edx);
H A Dp4-clockmod.c204 int cpuid = 0; local
212 cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_mask;
213 switch (cpuid) {
H A Dpowernow-k8.h57 /* processor's cpuid instruction support */
201 u32 cpuid; member in struct:psb_s
H A Dpowernow-k7.c52 u32 cpuid; member in struct:pst_s
142 cpuid(0x80000007, &eax, &ebx, &ecx, &edx);
453 pr_debug(" cpuid: 0x%x fsb: %d maxFID: 0x%x startvid: 0x%x\n",
454 pst->cpuid, pst->fsbspeed, pst->maxfid, pst->startvid);
510 if ((etuple == pst->cpuid) &&
525 printk(KERN_INFO PFX "No PST tables match this cpuid "
H A Dspeedstep-centrino.c198 #define _BANIAS(cpuid, max, name) \
199 { .cpu_id = cpuid, \
627 * "est" flag in the cpuid capability flags, we look for a specific
H A Dacpi-cpufreq.c78 static int check_est_cpu(unsigned int cpuid) argument
80 struct cpuinfo_x86 *cpu = &cpu_data(cpuid);
H A Dpowernow-k8.c546 "Processor cpuid %x not supported\n", eax);
557 cpuid(CPUID_FREQ_VOLT_CAPABILITIES, &eax, &ebx, &ecx, &edx);
565 cpuid(CPUID_FREQ_VOLT_CAPABILITIES, &eax, &ebx, &ecx, &edx);
783 if ((psb->cpuid == 0x00000fc0) ||
784 (psb->cpuid == 0x00000fe0)) {
/drivers/hv/
H A Dhv.c42 * - Query the cpuid for presence of windows hypervisor
57 cpuid(op, &eax, &ebx, &ecx, &edx);
83 cpuid(op, &eax, &ebx, &ecx, &edx);
93 cpuid(op, &eax, &ebx, &ecx, &edx);
/drivers/idle/
H A Dintel_idle.c394 cpuid(CPUID_MWAIT_LEAF, &eax, &ebx, &ecx, &mwait_substates);
/drivers/s390/char/
H A Dzcore.c185 struct cpuid cpu_id;
/drivers/xen/
H A Dxen-acpi-processor.c449 cpuid(CPUID_FREQ_VOLT_CAPABILITIES, &eax, &ebx, &ecx, &edx);
/drivers/gpu/drm/gma500/
H A Dmmu.c531 cpuid(0x00000001, &tfms, &misc, &cap0, &cap4);
/drivers/s390/cio/
H A Dcss.c674 struct cpuid cpu_id;
/drivers/staging/slicoss/
H A Dslicoss.c151 u32 cpuid; local
153 cpuid = smp_processor_id();
157 __func__, cpuid, curr_pid);
/drivers/edac/
H A Dsb_edac.c1619 mce->cpuvendor, mce->cpuid, mce->time,
/drivers/parisc/
H A Dsba_iommu.c1132 if ( ((boot_cpu_data.pdc.cpuid >> 5) & 0x7f) != 0x13

Completed in 1915 milliseconds