Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Diommu.h263 void (*apply_resv_region)(struct device *dev, member
/Linux-v5.10/drivers/iommu/
Diommu.c743 if (domain->ops->apply_resv_region) in iommu_create_device_direct_mappings()
744 domain->ops->apply_resv_region(dev, domain, entry); in iommu_create_device_direct_mappings()
/Linux-v5.10/drivers/iommu/intel/
Diommu.c6108 .apply_resv_region = intel_iommu_apply_resv_region,