Searched refs:get_cpuid (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/arch/sparc/include/asm/ |
D | mbus.h | 80 static inline int get_cpuid(void) in get_cpuid() function 92 return (get_cpuid() | 0x8); in get_modid()
|
/linux-4.1.27/tools/perf/arch/s390/util/ |
D | header.c | 19 int get_cpuid(char *buffer, size_t sz) in get_cpuid() function
|
/linux-4.1.27/tools/perf/arch/powerpc/util/ |
D | header.c | 19 get_cpuid(char *buffer, size_t sz) in get_cpuid() function
|
/linux-4.1.27/tools/perf/arch/x86/util/ |
D | header.c | 23 get_cpuid(char *buffer, size_t sz) in get_cpuid() function
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | paravirt_privop.h | 38 unsigned long (*get_cpuid)(int index); member 402 PARAVIRT_DEFINE_CPU_OP1_RET(get_cpuid, GET_CPUID) in PARAVIRT_DEFINE_CPU_OP1_RET()
|
/linux-4.1.27/arch/ia64/include/uapi/asm/ |
D | intrinsics.h | 103 #define ia64_get_cpuid IA64_INTRINSIC_API(get_cpuid)
|
/linux-4.1.27/arch/ia64/kernel/ |
D | paravirt.c | 113 DEFINE_FUNC1(get_cpuid, int); 364 DEFINE_FUNC1(get_cpuid, int, 558 .get_cpuid = ia64_native_get_cpuid_func, 763 IA64_NATIVE_PATCH_BUNDLE_ELEM(get_cpuid, GET_CPUID),
|
/linux-4.1.27/tools/perf/util/ |
D | header.h | 157 int get_cpuid(char *buffer, size_t sz);
|
D | header.c | 844 int __attribute__ ((weak)) get_cpuid(char *buffer __maybe_unused, in get_cpuid() function 856 ret = get_cpuid(buffer, sizeof(buffer)); in write_cpuid()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | kvm_emulate.h | 209 void (*get_cpuid)(struct x86_emulate_ctxt *ctxt, member
|
/linux-4.1.27/tools/perf/ |
D | builtin-kvm.c | 680 err = get_cpuid(buf, sizeof(buf)); in cpu_isa_config()
|
/linux-4.1.27/arch/x86/kvm/ |
D | emulate.c | 2297 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx); in vendor_intel() 2317 ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx); in em_syscall_is_enabled() 3184 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx); in em_movbe() 3491 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx); in em_cpuid()
|
D | x86.c | 5060 .get_cpuid = emulator_get_cpuid,
|