Searched refs:get_cpuid (Results 1 – 8 of 8) 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/arch/arm64/util/ |
| H A D | header.c | 43 int get_cpuid(char *buf, size_t sz, struct perf_cpu cpu) in get_cpuid() function 73 res = get_cpuid(buf, MIDR_SIZE, cpu); in get_cpuid_str()
|
| /linux/tools/perf/util/ |
| H A D | header.h | 215 int get_cpuid(char *buffer, size_t sz, struct perf_cpu cpu);
|
| H A D | env.c | 431 int err = get_cpuid(cpuid, sizeof(cpuid), cpu); in perf_env__read_cpuid()
|
| H A D | header.c | 907 * default get_cpuid(): nothing gets recorded in write_cpuid() 910 int __weak get_cpuid(char *buffer __maybe_unused, size_t sz __maybe_unused, in write_cpuid() 922 ret = get_cpuid(buffer, sizeof(buffer), cpu); in write_auxtrace() 897 int __weak get_cpuid(char *buffer __maybe_unused, size_t sz __maybe_unused, get_cpuid() function
|
| /linux/tools/perf/ |
| H A D | builtin-kvm.c | 1175 err = get_cpuid(buf, sizeof(buf), cpu); in cpu_isa_config()
|
| /linux/arch/x86/kvm/ |
| H A D | emulate.c | 2616 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, true); in string_registers_quirk() 3603 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, false); in em_cpuid()
|
| H A D | x86.c | 8941 .get_cpuid = emulator_get_cpuid,
|