Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/
H A Ds390-iommu.c879 .release_domain = &blocking_domain, \
H A Diommu.c515 if (!dev->iommu->attach_deferred && ops->release_domain) in iommu_deinit_device()
516 ops->release_domain->ops->attach_dev(ops->release_domain, dev); in iommu_deinit_device()
/linux-6.15/include/linux/
H A Diommu.h672 struct iommu_domain *release_domain; member
/linux-6.15/drivers/iommu/amd/
H A Diommu.c2637 static struct iommu_domain release_domain = { variable
3022 .release_domain = &release_domain,
/linux-6.15/drivers/iommu/riscv/
H A Diommu.c1539 .release_domain = &riscv_iommu_blocking_domain,
/linux-6.15/drivers/iommu/intel/
H A Diommu.c4392 .release_domain = &blocking_domain,