Searched refs:iommu_noncoherent (Results 1 – 2 of 2) sorted by relevance
91 if (!kvm->arch.iommu_noncoherent) in kvm_iommu_map_pages()157 if (kvm->arch.iommu_noncoherent) in kvm_iommu_map_memslots()195 if (noncoherent != kvm->arch.iommu_noncoherent) { in kvm_assign_device()197 kvm->arch.iommu_noncoherent = noncoherent; in kvm_assign_device()333 if (kvm->arch.iommu_noncoherent) in kvm_iommu_unmap_memslots()350 kvm->arch.iommu_noncoherent = false; in kvm_iommu_unmap_guest()
588 bool iommu_noncoherent; member