Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dvmware.c140 const __refconst struct hypervisor_x86 x86_hyper_vmware = { variable
147 EXPORT_SYMBOL(x86_hyper_vmware);
Dhypervisor.c33 &x86_hyper_vmware,
/linux-4.4.14/arch/x86/include/asm/
Dhypervisor.h51 extern const struct hypervisor_x86 x86_hyper_vmware;
/linux-4.4.14/drivers/input/mouse/
Dvmmouse.c320 &x86_hyper_vmware,
/linux-4.4.14/drivers/misc/
Dvmw_balloon.c1274 if (x86_hyper != &x86_hyper_vmware) in vmballoon_init()