Home
last modified time | relevance | path

Searched refs:get_cpuid (Results 1 – 19 of 19) sorted by relevance

/Linux-v6.1/arch/sparc/include/asm/
Dmbus.h81 static inline int get_cpuid(void) in get_cpuid() function
93 return (get_cpuid() | 0x8); in get_modid()
/Linux-v6.1/tools/perf/arch/s390/util/
Dheader.c30 int get_cpuid(char *buffer, size_t sz) in get_cpuid() function
144 if (buf && get_cpuid(buf, 128)) in get_cpuid_str()
/Linux-v6.1/tools/perf/arch/powerpc/util/
Dheader.c15 get_cpuid(char *buffer, size_t sz) in get_cpuid() function
/Linux-v6.1/tools/perf/arch/x86/util/
Dauxtrace.c65 ret = get_cpuid(buffer, sizeof(buffer)); in auxtrace_record__init()
Dheader.c61 get_cpuid(char *buffer, size_t sz) in get_cpuid() function
/Linux-v6.1/tools/build/
DMakefile.feature65 get_cpuid \
136 get_cpuid \
/Linux-v6.1/tools/perf/arch/arm64/util/
Dheader.c65 int get_cpuid(char *buf, size_t sz) in get_cpuid() function
/Linux-v6.1/tools/perf/
Dbuiltin-version.c80 STATUS(HAVE_AUXTRACE_SUPPORT, get_cpuid); in library_status()
Dbuiltin-kvm.c713 err = get_cpuid(buf, sizeof(buf)); in cpu_isa_config()
DMakefile.config1097 ifeq ($(feature-get_cpuid), 0)
/Linux-v6.1/tools/perf/util/
Dheader.h182 int get_cpuid(char *buffer, size_t sz);
Denv.c362 int err = get_cpuid(cpuid, sizeof(cpuid)); in perf_env__read_cpuid()
Dheader.c855 int __weak get_cpuid(char *buffer __maybe_unused, size_t sz __maybe_unused) in get_cpuid() function
866 ret = get_cpuid(buffer, sizeof(buffer)); in write_cpuid()
/Linux-v6.1/tools/build/feature/
DMakefile68 test-get_cpuid.bin \
296 $(OUTPUT)test-get_cpuid.bin:
/Linux-v6.1/tools/perf/tests/
Dexpr.c78 if (!get_cpuid(buf, sizeof(buf))) in test__expr()
Dcode-reading.c508 if (get_cpuid(cpuid, sizeof(cpuid))) in do_determine_event()
/Linux-v6.1/arch/x86/kvm/
Dkvm_emulate.h227 bool (*get_cpuid)(struct x86_emulate_ctxt *ctxt, u32 *eax, u32 *ebx, member
Demulate.c2703 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, true); in vendor_intel()
2721 ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, true); in em_syscall_is_enabled()
3978 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, false); in em_cpuid()
Dx86.c8250 .get_cpuid = emulator_get_cpuid,