Searched refs:vu (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/arch/x86/
H A Dfeature.cpp62 } vu; local
63 vu.vendor_id[0] = _cpuid[0].b;
64 vu.vendor_id[1] = _cpuid[0].d;
65 vu.vendor_id[2] = _cpuid[0].c;
66 if (!memcmp(vu.vendor_string, "GenuineIntel", sizeof(vu.vendor_string))) {
68 } else if (!memcmp(vu.vendor_string, "AuthenticAMD", sizeof(vu.vendor_string))) {
194 } vu; local
195 vu
[all...]

Completed in 7 milliseconds