Home
last modified time | relevance | path

Searched defs:get_cpuid (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/arch/powerpc/util/
H A Dheader.c27 get_cpuid(char *buffer, size_t sz, struct perf_cpu cpu __maybe_unused) in get_cpuid() function
/linux/tools/perf/arch/loongarch/util/
H A Dheader.c73 int get_cpuid(char *buffer, size_t sz, struct perf_cpu cpu __maybe_unused) in get_cpuid() function
/linux/tools/perf/arch/arm64/util/
H A Dheader.c44 int get_cpuid(char *buf, size_t sz, struct perf_cpu cpu) in get_cpuid() function
/linux/tools/perf/arch/s390/util/
H A Dheader.c30 int get_cpuid(char *buffer, size_t sz, struct perf_cpu cpu __maybe_unused) in get_cpuid() function
/linux/tools/perf/arch/x86/util/
H A Dheader.c61 get_cpuid(char *buffer, size_t sz, struct perf_cpu cpu __maybe_unused) in get_cpuid() function
/linux/arch/sparc/include/asm/
H A Dmbus.h81 static inline int get_cpuid(void) in get_cpuid() function
/linux/arch/x86/kvm/
H A Dkvm_emulate.h228 bool (*get_cpuid)(struct x86_emulate_ctxt *ctxt, u32 *eax, u32 *ebx, member