Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Diommu.c91 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()
335 if (kvm->arch.iommu_noncoherent) in kvm_iommu_unmap_memslots()
352 kvm->arch.iommu_noncoherent = false; in kvm_iommu_unmap_guest()
/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h641 bool iommu_noncoherent; member