Home
last modified time | relevance | path

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

/freebsd-head/sys/amd64/vmm/io/
HDppt.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-head/sys/amd64/include/
HDvmm.h346 void *vm_iommu_domain(struct vm *vm);
/freebsd-head/sys/amd64/vmm/
HDvmm.c2100 vm_iommu_domain(struct vm *vm) in vm_iommu_domain() function