Home
last modified time | relevance | path

Searched refs:hypervisor_type (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Dopregion.c303 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()
Dgvt.c216 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()
Dgvt.h62 int hypervisor_type; member