Searched refs:hypervisor_x86 (Results 1 – 6 of 6) sorted by relevance
42 struct hypervisor_x86 { struct62 extern const struct hypervisor_x86 x86_hyper_vmware; argument63 extern const struct hypervisor_x86 x86_hyper_ms_hyperv;64 extern const struct hypervisor_x86 x86_hyper_xen_pv;65 extern const struct hypervisor_x86 x86_hyper_kvm;66 extern const struct hypervisor_x86 x86_hyper_jailhouse;67 extern const struct hypervisor_x86 x86_hyper_acrn;68 extern const struct hypervisor_x86 x86_hyper_bhyve;69 extern struct hypervisor_x86 x86_hyper_xen_hvm;
29 static const __initconst struct hypervisor_x86 * const hypervisors[] =64 static inline const struct hypervisor_x86 * __init67 const struct hypervisor_x86 *h = NULL, * const *p; in detect_hypervisor_vendor()100 const struct hypervisor_x86 *h; in init_hypervisor_platform()
60 const struct hypervisor_x86 x86_hyper_bhyve __refconst = {
75 const __initconst struct hypervisor_x86 x86_hyper_acrn = {
798 const __initconst struct hypervisor_x86 x86_hyper_ms_hyperv = {
1613 const __initconst struct hypervisor_x86 x86_hyper_xen_pv = {