Searched refs:hypervisor_type (Results 1 – 3 of 3) sorted by relevance
303 switch (intel_gvt_host.hypervisor_type) { in intel_vgpu_opregion_base_write_handler()341 if (intel_gvt_host.hypervisor_type == INTEL_GVT_HYPERVISOR_XEN) { in intel_vgpu_clean_opregion()344 } else if (intel_gvt_host.hypervisor_type == INTEL_GVT_HYPERVISOR_KVM) { in intel_vgpu_clean_opregion()475 switch (intel_gvt_host.hypervisor_type) { in intel_vgpu_emulate_opregion_request()540 switch (intel_gvt_host.hypervisor_type) { in intel_vgpu_emulate_opregion_request()
216 intel_gvt_host.hypervisor_type = INTEL_GVT_HYPERVISOR_XEN; in intel_gvt_init_host()222 intel_gvt_host.hypervisor_type = INTEL_GVT_HYPERVISOR_KVM; in intel_gvt_init_host()231 supported_hypervisors[intel_gvt_host.hypervisor_type]); in intel_gvt_init_host()
62 int hypervisor_type; member