Lines Matching refs:x86_hyper
40 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()
85 x86_hyper->x2apic_available && in hypervisor_x2apic_available()
86 x86_hyper->x2apic_available(); in hypervisor_x2apic_available()