| /Linux-v5.15/arch/sparc/include/asm/ |
| D | mbus.h | 81 static inline int get_cpuid(void) in get_cpuid() function 93 return (get_cpuid() | 0x8); in get_modid()
|
| /Linux-v5.15/tools/perf/arch/s390/util/ |
| D | header.c | 30 int get_cpuid(char *buffer, size_t sz) in get_cpuid() function 144 if (buf && get_cpuid(buf, 128)) in get_cpuid_str()
|
| /Linux-v5.15/tools/perf/arch/powerpc/util/ |
| D | header.c | 15 get_cpuid(char *buffer, size_t sz) in get_cpuid() function
|
| /Linux-v5.15/tools/build/ |
| D | Makefile.feature | 65 get_cpuid \ 129 get_cpuid \
|
| /Linux-v5.15/tools/perf/arch/x86/util/ |
| D | auxtrace.c | 65 ret = get_cpuid(buffer, sizeof(buffer)); in auxtrace_record__init()
|
| D | header.c | 66 get_cpuid(char *buffer, size_t sz) in get_cpuid() function
|
| /Linux-v5.15/tools/perf/arch/arm64/util/ |
| D | header.c | 65 int get_cpuid(char *buf, size_t sz) in get_cpuid() function
|
| /Linux-v5.15/tools/perf/ |
| D | builtin-version.c | 79 STATUS(HAVE_AUXTRACE_SUPPORT, get_cpuid); in library_status()
|
| D | builtin-kvm.c | 712 err = get_cpuid(buf, sizeof(buf)); in cpu_isa_config()
|
| D | Makefile.config | 1005 ifeq ($(feature-get_cpuid), 0)
|
| /Linux-v5.15/tools/perf/util/ |
| D | header.h | 164 int get_cpuid(char *buffer, size_t sz);
|
| D | env.c | 352 int err = get_cpuid(cpuid, sizeof(cpuid)); in perf_env__read_cpuid()
|
| D | header.c | 854 int __weak get_cpuid(char *buffer __maybe_unused, size_t sz __maybe_unused) in get_cpuid() function 865 ret = get_cpuid(buffer, sizeof(buffer)); in write_cpuid()
|
| /Linux-v5.15/tools/build/feature/ |
| D | Makefile | 60 test-get_cpuid.bin \ 274 $(OUTPUT)test-get_cpuid.bin:
|
| /Linux-v5.15/arch/x86/kvm/ |
| D | kvm_emulate.h | 224 bool (*get_cpuid)(struct x86_emulate_ctxt *ctxt, u32 *eax, u32 *ebx, member
|
| D | emulate.c | 2640 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, true); in vendor_intel() 2658 ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, true); in em_syscall_is_enabled() 3905 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, false); in em_cpuid()
|
| D | x86.c | 7381 .get_cpuid = emulator_get_cpuid,
|
| /Linux-v5.15/tools/perf/tests/ |
| D | code-reading.c | 508 if (get_cpuid(cpuid, sizeof(cpuid))) in do_determine_event()
|