Home
last modified time | relevance | path

Searched refs:CPUID_VENDOR_SZ (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/i386/
H A Dhost-cpu.c133 char vendor[CPUID_VENDOR_SZ + 1]; in host_cpu_instance_init()
143 char vendor[CPUID_VENDOR_SZ + 1] = { 0 }; in host_cpu_max_instance_init()
H A Dcpu.c756 dst[CPUID_VENDOR_SZ] = '\0'; in x86_cpu_vendor_words2str()
2025 char vendor[CPUID_VENDOR_SZ + 1];
5632 value = g_malloc(CPUID_VENDOR_SZ + 1); in x86_cpuid_get_vendor()
5645 if (strlen(value) != CPUID_VENDOR_SZ) { in x86_cpuid_set_vendor()
5647 " exactly " stringify(CPUID_VENDOR_SZ) " characters"); in x86_cpuid_set_vendor()
H A Dcpu.h1072 #define CPUID_VENDOR_SZ 12 macro
/openbmc/qemu/target/i386/kvm/
H A Dvmsr_energy.c33 char vendor[CPUID_VENDOR_SZ + 1]; in is_host_cpu_intel()
H A Dkvm.c384 char vendor[CPUID_VENDOR_SZ + 1]; in host_tsx_broken()