Searched refs:iommu_resv_region (Results 1 - 3 of 3) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | iommu.h | 162 * struct iommu_resv_region - descriptor for a reserved memory region 169 struct iommu_resv_region { struct 289 void (*apply_resv_region)(struct device *dev, struct iommu_domain *domain, struct iommu_resv_region *region); 465 extern struct iommu_resv_region *iommu_alloc_resv_region(phys_addr_t start, size_t length, int prot,
|
/device/soc/rockchip/common/sdk_linux/drivers/iommu/ |
H A D | iommu.c | 389 static int iommu_insert_resv_region(struct iommu_resv_region *new, struct list_head *regions)
in iommu_insert_resv_region() 391 struct iommu_resv_region *iter, *tmp, *nr, *top;
in iommu_insert_resv_region() 442 struct iommu_resv_region *entry;
in iommu_insert_device_resv_regions() 480 struct iommu_resv_region *region, *next;
in iommu_group_show_resv_regions() 726 struct iommu_resv_region *entry;
in iommu_create_device_direct_mappings() 2860 struct iommu_resv_region *entry, *next;
in generic_iommu_put_resv_regions() 2866 struct iommu_resv_region *iommu_alloc_resv_region(phys_addr_t start, size_t length, int prot, enum iommu_resv_type type)
in iommu_alloc_resv_region() 2868 struct iommu_resv_region *region;
in iommu_alloc_resv_region()
|
H A D | dma-iommu.c | 252 struct iommu_resv_region *region; in iova_reserve_iommu_regions()
|
Completed in 10 milliseconds