Searched refs:x86_hyper (Results 1 – 5 of 5) sorted by relevance
40 const struct hypervisor_x86 *x86_hyper; variable41 EXPORT_SYMBOL(x86_hyper);54 x86_hyper = h; in detect_hypervisor_vendor()59 printk(KERN_INFO "Hypervisor detected: %s\n", x86_hyper->name); in detect_hypervisor_vendor()64 if (x86_hyper && x86_hyper->set_cpu_features) in init_hypervisor()65 x86_hyper->set_cpu_features(c); in init_hypervisor()73 if (!x86_hyper) in init_hypervisor_platform()78 if (x86_hyper->init_platform) in init_hypervisor_platform()79 x86_hyper->init_platform(); in init_hypervisor_platform()84 return x86_hyper && in hypervisor_x2apic_available()[all …]
48 extern const struct hypervisor_x86 *x86_hyper;
334 if (vmmouse_supported_hypervisors[i] == x86_hyper) in vmmouse_check_hypervisor()
1274 if (x86_hyper != &x86_hyper_vmware) in vmballoon_init()
1272 if (x86_hyper != &x86_hyper_ms_hyperv) in hv_acpi_init()