Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/io/
H A Dppt.c424 error = iommu_add_device(vm_iommu_domain(vm), ppt->dev, in ppt_assign_device()
455 error = iommu_remove_device(vm_iommu_domain(vm), ppt->dev, in ppt_unassign_device()
/freebsd/sys/amd64/include/
H A Dvmm.h347 void *vm_iommu_domain(struct vm *vm);
/freebsd/sys/amd64/vmm/
H A Dvmm.c2100 vm_iommu_domain(struct vm *vm) in vm_iommu_domain() function