Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dacpi_iort.h44 void iort_iommu_get_resv_regions(struct device *dev, struct list_head *head);
63 void iort_iommu_get_resv_regions(struct device *dev, struct list_head *head) in iort_iommu_get_resv_regions() function
/linux/drivers/acpi/arm64/
H A Diort.c1160 * iort_iommu_get_resv_regions - Generic helper to retrieve reserved regions.
1164 void iort_iommu_get_resv_regions(struct device *dev, struct list_head *head) in iort_iommu_get_resv_regions() function
1368 void iort_iommu_get_resv_regions(struct device *dev, struct list_head *head) in iort_iommu_get_resv_regions() function
/linux/drivers/iommu/
H A Ddma-iommu.c465 iort_iommu_get_resv_regions(dev, list); in iommu_dma_get_resv_regions()