Home
last modified time | relevance | path

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

/linux/virt/kvm/
H A Dvfio.c101 struct kvm_vfio_file *kvf) in kvm_spapr_tce_release_vfio_group() argument
103 if (WARN_ON_ONCE(!kvf->iommu_group)) in kvm_spapr_tce_release_vfio_group()
106 kvm_spapr_tce_release_iommu_group(kvm, kvf->iommu_group); in kvm_spapr_tce_release_vfio_group()
107 iommu_group_put(kvf->iommu_group); in kvm_spapr_tce_release_vfio_group()
108 kvf->iommu_group = NULL; in kvm_spapr_tce_release_vfio_group()
124 struct kvm_vfio_file *kvf; in kvm_vfio_update_coherency() local
126 list_for_each_entry(kvf, &kv->file_list, node) { in kvm_vfio_update_coherency()
127 if (!kvm_vfio_file_enforced_coherent(kvf->file)) { in kvm_vfio_update_coherency()
146 struct kvm_vfio_file *kvf; in kvm_vfio_file_add() local
162 list_for_each_entry(kvf, &kv->file_list, node) { in kvm_vfio_file_add()
[all …]