Home
last modified time | relevance | path

Searched refs:group_resv_regions (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Diommu.c440 static int iommu_insert_device_resv_regions(struct list_head *dev_resv_regions, struct list_head *group_resv_regions) in iommu_insert_device_resv_regions() argument
447 ret = iommu_insert_resv_region(entry, group_resv_regions); in iommu_insert_device_resv_regions()
481 struct list_head group_resv_regions; in iommu_group_show_resv_regions() local
484 INIT_LIST_HEAD(&group_resv_regions); in iommu_group_show_resv_regions()
485 iommu_get_group_resv_regions(group, &group_resv_regions); in iommu_group_show_resv_regions()
487 list_for_each_entry_safe(region, next, &group_resv_regions, list) in iommu_group_show_resv_regions()

Completed in 5 milliseconds