get_cpuid         104 arch/ia64/include/uapi/asm/intrinsics.h #define ia64_get_cpuid			IA64_INTRINSIC_API(get_cpuid)
get_cpuid          93 arch/sparc/include/asm/mbus.h 	return (get_cpuid() | 0x8);
get_cpuid         223 arch/x86/include/asm/kvm_emulate.h 	bool (*get_cpuid)(struct x86_emulate_ctxt *ctxt, u32 *eax, u32 *ebx,
get_cpuid        2384 arch/x86/kvm/emulate.c 	ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, false);
get_cpuid        2726 arch/x86/kvm/emulate.c 	ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, false);
get_cpuid        2746 arch/x86/kvm/emulate.c 	ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, false);
get_cpuid        3662 arch/x86/kvm/emulate.c 	ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, false);
get_cpuid        4004 arch/x86/kvm/emulate.c 	ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, true);
get_cpuid        4063 arch/x86/kvm/emulate.c 	ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, false);
get_cpuid        4276 arch/x86/kvm/emulate.c 			if (ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx,
get_cpuid        6317 arch/x86/kvm/x86.c 	.get_cpuid           = emulator_get_cpuid,
get_cpuid         144 tools/perf/arch/s390/util/header.c 	if (buf && get_cpuid(buf, 128))
get_cpuid          61 tools/perf/arch/x86/util/auxtrace.c 	ret = get_cpuid(buffer, sizeof(buffer));
get_cpuid         712 tools/perf/builtin-kvm.c 		err = get_cpuid(buf, sizeof(buf));
get_cpuid          80 tools/perf/builtin-version.c 	STATUS(HAVE_AUXTRACE_SUPPORT, get_cpuid);
get_cpuid         515 tools/perf/tests/code-reading.c 	if (get_cpuid(cpuid, sizeof(cpuid)))
get_cpuid         862 tools/perf/util/header.c 	ret = get_cpuid(buffer, sizeof(buffer));
get_cpuid         164 tools/perf/util/header.h int get_cpuid(char *buffer, size_t sz);