Searched refs:x86_cpu_vendor_words2str (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/i386/ |
H A D | host-cpu.c | 113 x86_cpu_vendor_words2str(vendor, ebx, edx, ecx); in host_cpu_vendor_fms() 136 x86_cpu_vendor_words2str(vendor, ebx, edx, ecx); in host_cpu_instance_init()
|
H A D | cpu.h | 2414 void x86_cpu_vendor_words2str(char *dst, uint32_t vendor1,
|
H A D | cpu.c | 747 void x86_cpu_vendor_words2str(char *dst, uint32_t vendor1, in x86_cpu_vendor_words2str() function 5633 x86_cpu_vendor_words2str(value, env->cpuid_vendor1, env->cpuid_vendor2, in x86_cpuid_get_vendor()
|