Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dhypervisor.c40 const struct hypervisor_x86 *x86_hyper; variable
41 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 …]
/linux-4.4.14/arch/x86/include/asm/
Dhypervisor.h48 extern const struct hypervisor_x86 *x86_hyper;
/linux-4.4.14/drivers/input/mouse/
Dvmmouse.c334 if (vmmouse_supported_hypervisors[i] == x86_hyper) in vmmouse_check_hypervisor()
/linux-4.4.14/drivers/misc/
Dvmw_balloon.c1274 if (x86_hyper != &x86_hyper_vmware) in vmballoon_init()
/linux-4.4.14/drivers/hv/
Dvmbus_drv.c1272 if (x86_hyper != &x86_hyper_ms_hyperv) in hv_acpi_init()