hypervisor_x86     48 arch/x86/include/asm/hypervisor.h extern const struct hypervisor_x86 *x86_hyper;
hypervisor_x86     51 arch/x86/include/asm/hypervisor.h extern const struct hypervisor_x86 x86_hyper_vmware;
hypervisor_x86     52 arch/x86/include/asm/hypervisor.h extern const struct hypervisor_x86 x86_hyper_ms_hyperv;
hypervisor_x86     53 arch/x86/include/asm/hypervisor.h extern const struct hypervisor_x86 x86_hyper_xen_hvm;
hypervisor_x86     54 arch/x86/include/asm/hypervisor.h extern const struct hypervisor_x86 x86_hyper_kvm;