Searched refs:CPUID_VENDOR_SZ (Results 1 – 5 of 5) sorted by relevance
133 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()
756 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()
1072 #define CPUID_VENDOR_SZ 12 macro
33 char vendor[CPUID_VENDOR_SZ + 1]; in is_host_cpu_intel()
384 char vendor[CPUID_VENDOR_SZ + 1]; in host_tsx_broken()