Searched refs:get_cpuid (Results 1 – 17 of 17) sorted by relevance
| /linux/arch/sparc/include/asm/ |
| A D | mbus.h | 81 static inline int get_cpuid(void) in get_cpuid() function 93 return (get_cpuid() | 0x8); in get_modid()
|
| /linux/tools/perf/arch/s390/util/ |
| A 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/tools/perf/arch/powerpc/util/ |
| A D | header.c | 15 get_cpuid(char *buffer, size_t sz) in get_cpuid() function
|
| /linux/tools/perf/arch/x86/util/ |
| A D | auxtrace.c | 62 ret = get_cpuid(buffer, sizeof(buffer)); in auxtrace_record__init()
|
| A D | header.c | 61 get_cpuid(char *buffer, size_t sz) in get_cpuid() function
|
| /linux/tools/perf/arch/loongarch/util/ |
| A D | header.c | 73 int get_cpuid(char *buffer, size_t sz) in get_cpuid() function
|
| /linux/tools/build/ |
| A D | Makefile.feature | 66 get_cpuid \ 141 get_cpuid \
|
| /linux/tools/perf/arch/riscv/util/ |
| A D | header.c | 84 int get_cpuid(char *buffer, size_t sz) in get_cpuid() function
|
| /linux/tools/perf/arch/arm64/util/ |
| A D | header.c | 53 int get_cpuid(char *buf, size_t sz) in get_cpuid() function
|
| /linux/tools/perf/util/ |
| A D | header.h | 205 int get_cpuid(char *buffer, size_t sz);
|
| A D | env.c | 375 int err = get_cpuid(cpuid, sizeof(cpuid)); in perf_env__read_cpuid()
|
| A D | header.c | 859 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()
|
| /linux/tools/build/feature/ |
| A D | Makefile | 64 test-get_cpuid.bin \ 341 $(OUTPUT)test-get_cpuid.bin:
|
| /linux/arch/x86/kvm/ |
| A D | kvm_emulate.h | 221 bool (*get_cpuid)(struct x86_emulate_ctxt *ctxt, u32 *eax, u32 *ebx, member
|
| A D | emulate.c | 2620 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, true); in string_registers_quirk() 3610 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, false); in em_cpuid()
|
| A D | x86.c | 8649 .get_cpuid = emulator_get_cpuid,
|
| /linux/tools/perf/ |
| A D | builtin-kvm.c | 1229 err = get_cpuid(buf, sizeof(buf)); in cpu_isa_config()
|
Completed in 862 milliseconds