Searched refs:vendor_string (Results 1 – 1 of 1) sorted by relevance
61 char vendor_string[12]; in x86_feature_init() member66 if (!memcmp(vu.vendor_string, "GenuineIntel", sizeof(vu.vendor_string))) { in x86_feature_init()68 } else if (!memcmp(vu.vendor_string, "AuthenticAMD", sizeof(vu.vendor_string))) { in x86_feature_init()193 char vendor_string[12]; in get_hypervisor() member199 !memcmp(vu.vendor_string, "KVMKVMKVM\0\0\0", sizeof(vu.vendor_string))) { in get_hypervisor()284 const char* vendor_string = nullptr; in x86_feature_debug() local287 vendor_string = "unknown"; in x86_feature_debug()290 vendor_string = "Intel"; in x86_feature_debug()293 vendor_string = "AMD"; in x86_feature_debug()296 printf("Vendor: %s\n", vendor_string); in x86_feature_debug()
Completed in 3 milliseconds