Searched refs:x86_hyper (Results 1 – 4 of 4) sorted by relevance
42 const struct hypervisor_x86 *x86_hyper; variable43 EXPORT_SYMBOL(x86_hyper);53 x86_hyper = h; in detect_hypervisor_vendor()62 if (x86_hyper && x86_hyper->set_cpu_features) in init_hypervisor()63 x86_hyper->set_cpu_features(c); in init_hypervisor()71 if (!x86_hyper) in init_hypervisor_platform()76 if (x86_hyper->init_platform) in init_hypervisor_platform()77 x86_hyper->init_platform(); in init_hypervisor_platform()
46 extern const struct hypervisor_x86 *x86_hyper;
87 if ((x86_hyper != &x86_hyper_ms_hyperv) || in init_hv_clocksource()
785 if (x86_hyper != &x86_hyper_vmware) in vmballoon_init()