Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/cpu/
Dvmware.c128 const __refconst struct hypervisor_x86 x86_hyper_vmware = { variable
134 EXPORT_SYMBOL(x86_hyper_vmware);
Dhypervisor.c35 &x86_hyper_vmware,
/linux-2.6.39/arch/x86/include/asm/
Dhypervisor.h49 extern const struct hypervisor_x86 x86_hyper_vmware;
/linux-2.6.39/drivers/misc/
Dvmw_balloon.c785 if (x86_hyper != &x86_hyper_vmware) in vmballoon_init()