Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Diommu.h218 void (*apply_resv_region)(struct device *dev, member
/Linux-v4.19/drivers/iommu/
Diommu.c544 if (domain->ops->apply_resv_region) in iommu_group_create_direct_mappings()
545 domain->ops->apply_resv_region(dev, domain, entry); in iommu_group_create_direct_mappings()
Damd_iommu.c3197 .apply_resv_region = amd_iommu_apply_resv_region,