Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/asm/
H A Dmbus.h81 static inline int get_cpuid(void) in get_cpuid() function
93 return (get_cpuid() | 0x8); in get_modid()
/openbmc/linux/tools/perf/arch/s390/util/
H A 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()
/openbmc/linux/tools/perf/arch/powerpc/util/
H A Dheader.c15 get_cpuid(char *buffer, size_t sz) in get_cpuid() function
/openbmc/linux/tools/perf/arch/x86/util/
H A Dauxtrace.c62 ret = get_cpuid(buffer, sizeof(buffer)); in auxtrace_record__init()
H A Dheader.c61 get_cpuid(char *buffer, size_t sz) in get_cpuid() function
/openbmc/linux/tools/build/
H A DMakefile.feature65 get_cpuid \
138 get_cpuid \
/openbmc/linux/tools/perf/arch/riscv/util/
H A Dheader.c84 int get_cpuid(char *buffer, size_t sz) in get_cpuid() function
/openbmc/linux/tools/perf/
H A Dbuiltin-version.c78 STATUS(HAVE_AUXTRACE_SUPPORT, get_cpuid); in library_status()
H A Dbuiltin-kvm.c1229 err = get_cpuid(buf, sizeof(buf)); in cpu_isa_config()
/openbmc/linux/tools/perf/arch/arm64/util/
H A Dheader.c58 int get_cpuid(char *buf, size_t sz) in get_cpuid() function
/openbmc/linux/tools/perf/util/
H A Dheader.h190 int get_cpuid(char *buffer, size_t sz);
H A Denv.c373 int err = get_cpuid(cpuid, sizeof(cpuid)); in perf_env__read_cpuid()
H A Dheader.c859 int __weak get_cpuid(char *buffer __maybe_unused, size_t sz __maybe_unused) in get_cpuid() function
870 ret = get_cpuid(buffer, sizeof(buffer)); in write_cpuid()
/openbmc/linux/tools/build/feature/
H A DMakefile62 test-get_cpuid.bin \
297 $(OUTPUT)test-get_cpuid.bin:
/openbmc/linux/arch/x86/kvm/
H A Dkvm_emulate.h214 bool (*get_cpuid)(struct x86_emulate_ctxt *ctxt, u32 *eax, u32 *ebx, member
H A Demulate.c2359 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, true); in vendor_intel()
2377 ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, true); in em_syscall_is_enabled()
3634 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, false); in em_cpuid()
H A Dx86.c8374 .get_cpuid = emulator_get_cpuid,
/openbmc/linux/tools/perf/tests/
H A Dcode-reading.c517 if (get_cpuid(cpuid, sizeof(cpuid))) in do_determine_event()