Searched refs:get_cpuid (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/sparc/include/asm/ |
| H A D | mbus.h | 81 static inline int get_cpuid(void) in get_cpuid() function 93 return (get_cpuid() | 0x8); in get_modid()
|
| /linux/tools/perf/util/ |
| H A D | header.h | 206 int get_cpuid(char *buffer, size_t sz, struct perf_cpu cpu);
|
| H A D | env.c | 402 int err = get_cpuid(cpuid, sizeof(cpuid), cpu); in perf_env__read_cpuid()
|
| H A D | header.c | 881 int __weak get_cpuid(char *buffer __maybe_unused, size_t sz __maybe_unused, in get_cpuid() function 893 ret = get_cpuid(buffer, sizeof(buffer), cpu); in write_cpuid()
|
| /linux/arch/x86/kvm/ |
| H A D | kvm_emulate.h | 228 bool (*get_cpuid)(struct x86_emulate_ctxt *ctxt, u32 *eax, u32 *ebx, member
|
| H A D | emulate.c | 2602 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, true); in string_registers_quirk() 3593 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, false); in em_cpuid()
|
| /linux/tools/perf/ |
| H A D | builtin-kvm.c | 1170 err = get_cpuid(buf, sizeof(buf), cpu); in cpu_isa_config()
|