Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/
Dvmware.c186 unsigned int hyper_vendor_id[3]; in vmware_platform() local
188 cpuid(CPUID_VMWARE_INFO_LEAF, &eax, &hyper_vendor_id[0], in vmware_platform()
189 &hyper_vendor_id[1], &hyper_vendor_id[2]); in vmware_platform()
190 if (!memcmp(hyper_vendor_id, "VMwareVMware", 12)) in vmware_platform()