| /linux-6.15/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-6.15/tools/perf/arch/arm64/util/ |
| H A D | header.c | 44 int get_cpuid(char *buf, size_t sz, struct perf_cpu cpu) in get_cpuid() function 74 res = get_cpuid(buf, MIDR_SIZE, cpu); in get_cpuid_str()
|
| /linux-6.15/tools/perf/arch/s390/util/ |
| H A D | header.c | 30 int get_cpuid(char *buffer, size_t sz, struct perf_cpu cpu __maybe_unused) in get_cpuid() function 144 if (buf && get_cpuid(buf, 128, cpu)) in get_cpuid_str()
|
| /linux-6.15/tools/perf/arch/powerpc/util/ |
| H A D | header.c | 27 get_cpuid(char *buffer, size_t sz, struct perf_cpu cpu __maybe_unused) in get_cpuid() function
|
| /linux-6.15/tools/perf/arch/x86/util/ |
| H A D | auxtrace.c | 63 ret = get_cpuid(buffer, sizeof(buffer), cpu); in auxtrace_record__init()
|
| H A D | header.c | 61 get_cpuid(char *buffer, size_t sz, struct perf_cpu cpu __maybe_unused) in get_cpuid() function
|
| /linux-6.15/tools/perf/arch/loongarch/util/ |
| H A D | header.c | 73 int get_cpuid(char *buffer, size_t sz, struct perf_cpu cpu __maybe_unused) in get_cpuid() function
|
| /linux-6.15/tools/build/ |
| H A D | Makefile.feature | 98 get_cpuid \ 164 get_cpuid \
|
| /linux-6.15/tools/perf/arch/riscv/util/ |
| H A D | header.c | 84 int get_cpuid(char *buffer, size_t sz, struct perf_cpu cpu __maybe_unused) in get_cpuid() function
|
| /linux-6.15/tools/perf/util/ |
| H A D | header.h | 203 int get_cpuid(char *buffer, size_t sz, struct perf_cpu cpu);
|
| H A D | env.c | 386 int err = get_cpuid(cpuid, sizeof(cpuid), cpu); in perf_env__read_cpuid()
|
| H A D | header.c | 880 int __weak get_cpuid(char *buffer __maybe_unused, size_t sz __maybe_unused, in get_cpuid() function 892 ret = get_cpuid(buffer, sizeof(buffer), cpu); in write_cpuid()
|
| /linux-6.15/tools/build/feature/ |
| H A D | Makefile | 62 test-get_cpuid.bin \ 333 $(OUTPUT)test-get_cpuid.bin:
|
| /linux-6.15/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 | 2625 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, true); in string_registers_quirk() 3616 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, false); in em_cpuid()
|
| H A D | x86.c | 8647 .get_cpuid = emulator_get_cpuid,
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-kvm.c | 1170 err = get_cpuid(buf, sizeof(buf), cpu); in cpu_isa_config()
|