Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Diommu.h290 void (*apply_resv_region)(struct device *dev, member
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Diommu.c752 if (domain->ops->apply_resv_region) in iommu_create_device_direct_mappings()
753 domain->ops->apply_resv_region(dev, domain, entry); in iommu_create_device_direct_mappings()
/OK3568_Linux_fs/kernel/drivers/iommu/intel/
H A Diommu.c6199 .apply_resv_region = intel_iommu_apply_resv_region,