Searched refs:cpuid (Results 226 - 250 of 280) sorted by relevance

1234567891011>>

/linux-master/arch/arm/kernel/
H A Dhead.S108 bl __lookup_processor_type @ r5=procinfo r9=cpuid
130 * r8 = phys_offset, r9 = cpuid, r10 = procinfo
153 * r9 - cpuid
181 * r8 = phys_offset, r9 = cpuid, r10 = procinfo
/linux-master/drivers/xen/xenbus/
H A Dxenbus_xs.c736 cpuid(base + 1, &eax, &ebx, &ecx, &edx);
/linux-master/include/target/
H A Dtarget_core_base.h565 int cpuid; member in struct:se_cmd
989 /* Use se_cmd's cpuid for completion */
/linux-master/drivers/infiniband/hw/hfi1/
H A Dsdma.h1036 unsigned long cpuid);
H A Dsdma.c1071 * @cpuid: cpu id
1077 unsigned long cpuid)
1082 rht_node = rhashtable_lookup_fast(dd->sdma_rht, &cpuid,
1087 seq_printf(s, "cpu%3lu: ", cpuid);
1075 sdma_seqfile_dump_cpu_list(struct seq_file *s, struct hfi1_devdata *dd, unsigned long cpuid) argument
/linux-master/arch/x86/include/asm/
H A Dparavirt.h120 PVOP_VCALL4(cpu.cpuid, eax, ebx, ecx, edx);
/linux-master/arch/x86/kvm/
H A Dhyperv.c25 #include "cpuid.h"
2760 int kvm_get_hv_cpuid(struct kvm_vcpu *vcpu, struct kvm_cpuid2 *cpuid, argument
2781 if (cpuid->nent < nent)
2784 if (cpuid->nent > nent)
2785 cpuid->nent = nent;
H A Dxen.c26 #include <asm/xen/cpuid.h>
29 #include "cpuid.h"
2263 if (!vcpu->arch.xen.cpuid.base)
2266 function = vcpu->arch.xen.cpuid.base | XEN_CPUID_LEAF(3);
2267 if (function > vcpu->arch.xen.cpuid.limit)
/linux-master/include/linux/
H A Dcper.h405 u8 cpuid[48]; member in struct:cper_sec_proc_ia
H A Dacpi.h272 static inline bool invalid_logical_cpuid(u32 cpuid) argument
274 return (int)cpuid < 0;
/linux-master/arch/x86/kernel/cpu/mce/
H A Dinject.c121 m->cpuid = cpuid_eax(1);
H A Dcore.c128 m->cpuid = cpuid_eax(1);
201 m->cpuvendor, m->cpuid, m->time, m->socketid, m->apicid,
/linux-master/arch/x86/kernel/
H A Dprocess.c393 /* If cpuid was previously disabled for this task, re-enable it. */
873 cpuid(CPUID_MWAIT_LEAF, &eax, &ebx, &ecx, &edx);
H A Dhpet.c933 cpuid(CPUID_MWAIT_LEAF, &eax, &ebx, &ecx, &mwait_substates);
/linux-master/drivers/edac/
H A Dskx_common.c683 "%u APIC 0x%x\n", mce->cpuvendor, mce->cpuid,
/linux-master/net/smc/
H A Dsmc_ism.c51 struct cpuid id;
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c405 cpuid(1, &eax, &ebx, &ecx, &edx);
/linux-master/tools/perf/util/
H A Darm-spe.c1296 const char *cpuid = perf_env__cpuid(session->evlist->env); local
1297 u64 midr = strtol(cpuid, NULL, 16);
/linux-master/drivers/idle/
H A Dintel_idle.c1849 cpuid(7, &eax, &ebx, &ecx, &edx);
2201 cpuid(CPUID_MWAIT_LEAF, &eax, &ebx, &ecx, &mwait_substates);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_target.h785 u16 cpuid; member in struct:qla_qpair_hint
/linux-master/arch/s390/include/asm/
H A Dkvm_host.h826 u64 cpuid; member in struct:kvm_s390_cpu_model
/linux-master/arch/x86/events/amd/
H A Duncore.c893 cpuid(EXT_PERFMON_DEBUG_FEATURES, &eax, &ebx.full, &ecx, &edx);
/linux-master/tools/perf/pmu-events/
H A Djevents.py667 """Read the mapfile and generate the struct from cpuid string to event table."""
683 * cpuid field, which is an arch-specific identifier for the CPU.
687 * The cpuid can contain any character other than the comma.
691 const char *cpuid;
706 \t.cpuid = "testcpu",
738 cpuid = row[0].replace('\\', '\\\\')
741 \t.cpuid = "{cpuid}",
756 \t.cpuid = 0,
1010 char *cpuid;
[all...]
/linux-master/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c27 #include <cpuid.h>
1511 early_cpuid(); /* initial cpuid parse before cmdline */
/linux-master/arch/parisc/kernel/
H A Ddrivers.c938 boot_cpu_data.pdc.cpuid);

Completed in 681 milliseconds

1234567891011>>