Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Diommu.h278 void (*apply_resv_region)(struct device *dev, member
/Linux-v5.4/drivers/iommu/
Diommu.c646 if (domain->ops->apply_resv_region) in iommu_group_create_direct_mappings()
647 domain->ops->apply_resv_region(dev, domain, entry); in iommu_group_create_direct_mappings()
Damd_iommu.c3301 .apply_resv_region = amd_iommu_apply_resv_region,
Dintel-iommu.c5968 .apply_resv_region = intel_iommu_apply_resv_region,