Home
last modified time | relevance | path

Searched refs:iommu_noncoherent (Results 1 – 2 of 2) sorted by relevance

/arch/x86/kvm/
Diommu.c90 if (!kvm->arch.iommu_noncoherent) in kvm_iommu_map_pages()
156 if (kvm->arch.iommu_noncoherent) in kvm_iommu_map_memslots()
194 if (noncoherent != kvm->arch.iommu_noncoherent) { in kvm_assign_device()
196 kvm->arch.iommu_noncoherent = noncoherent; in kvm_assign_device()
334 if (kvm->arch.iommu_noncoherent) in kvm_iommu_unmap_memslots()
351 kvm->arch.iommu_noncoherent = false; in kvm_iommu_unmap_guest()
/arch/x86/include/asm/
Dkvm_host.h726 bool iommu_noncoherent; member