Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/
H A Dvmm.c879 vm_iommu_modify(struct vm *vm, bool map) in vm_iommu_modify() function
942 #define vm_iommu_unmap(vm) vm_iommu_modify((vm), false)
943 #define vm_iommu_map(vm) vm_iommu_modify((vm), true)