Lines Matching refs:vu
62 } vu; in x86_feature_init() local
63 vu.vendor_id[0] = _cpuid[0].b; in x86_feature_init()
64 vu.vendor_id[1] = _cpuid[0].d; in x86_feature_init()
65 vu.vendor_id[2] = _cpuid[0].c; in x86_feature_init()
66 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()
194 } vu; in get_hypervisor() local
195 vu.vendor_id[0] = b; in get_hypervisor()
196 vu.vendor_id[1] = c; in get_hypervisor()
197 vu.vendor_id[2] = d; in get_hypervisor()
199 !memcmp(vu.vendor_string, "KVMKVMKVM\0\0\0", sizeof(vu.vendor_string))) { in get_hypervisor()