Searched refs:iommu_alloc_resv_region (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/linux/ |
D | iommu.h | 312 iommu_alloc_resv_region(phys_addr_t start, size_t length, int prot,
|
/Linux-v4.19/drivers/iommu/ |
D | iommu.c | 232 region = iommu_alloc_resv_region(new->start, new->length, in iommu_insert_resv_region() 1874 struct iommu_resv_region *iommu_alloc_resv_region(phys_addr_t start, in iommu_alloc_resv_region() function
|
D | amd_iommu.c | 3115 region = iommu_alloc_resv_region(entry->address_start, in amd_iommu_get_resv_regions() 3126 region = iommu_alloc_resv_region(MSI_RANGE_START, in amd_iommu_get_resv_regions() 3133 region = iommu_alloc_resv_region(HT_RANGE_START, in amd_iommu_get_resv_regions()
|
D | arm-smmu.c | 1539 region = iommu_alloc_resv_region(MSI_IOVA_BASE, MSI_IOVA_LENGTH, in arm_smmu_get_resv_regions()
|
D | intel-iommu.c | 4198 rmrru->resv = iommu_alloc_resv_region(rmrr->base_address, length, prot, in dmar_parse_one_rmrr() 5219 reg = iommu_alloc_resv_region(IOAPIC_RANGE_START, in intel_iommu_get_resv_regions()
|
D | arm-smmu-v3.c | 1976 region = iommu_alloc_resv_region(MSI_IOVA_BASE, MSI_IOVA_LENGTH, in arm_smmu_get_resv_regions()
|
/Linux-v4.19/drivers/acpi/arm64/ |
D | iort.c | 865 region = iommu_alloc_resv_region(base + SZ_64K, SZ_64K, in iort_iommu_msi_get_resv_regions()
|