Home
last modified time | relevance | path

Searched refs:hypervisor_is_type (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/include/asm/
H A Dhypervisor.h74 static inline bool hypervisor_is_type(enum x86_hypervisor_type type) in hypervisor_is_type() function
80 static inline bool hypervisor_is_type(enum x86_hypervisor_type type) in hypervisor_is_type() function
/linux/arch/x86/hyperv/
H A Divm.c921 if (!hypervisor_is_type(X86_HYPER_MS_HYPERV)) in hv_is_isolation_supported()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c1306 return hypervisor_is_type(X86_HYPER_VMWARE); in vmwgfx_supported()
/linux/drivers/accel/amdxdna/
H A Daie2_pci.c489 if (!hypervisor_is_type(X86_HYPER_NATIVE)) { in aie2_init()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gmc.c1073 if (amdgpu_sriov_vf(adev) && hypervisor_is_type(X86_HYPER_MS_HYPERV)) { in amdgpu_gmc_init_vga_resv_regions()
H A Damdgpu_virt.c958 if (!hypervisor_is_type(X86_HYPER_MS_HYPERV)) in amdgpu_virt_init_req_data()
/linux/arch/x86/kernel/cpu/
H A Dbugs.c3618 if (hypervisor_is_type(X86_HYPER_XEN_PV)) in cpu_show_common()