Home
last modified time | relevance | path

Searched refs:iommu_alloc_resv_region (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/iommu/
Dvirtio-iommu.c446 region = iommu_alloc_resv_region(start, size, 0, in viommu_add_resv_mem()
450 region = iommu_alloc_resv_region(start, size, prot, in viommu_add_resv_mem()
830 msi = iommu_alloc_resv_region(MSI_IOVA_BASE, MSI_IOVA_LENGTH, in viommu_get_resv_regions()
Diommu.c298 nr = iommu_alloc_resv_region(new->start, new->length, in iommu_insert_resv_region()
2171 struct iommu_resv_region *iommu_alloc_resv_region(phys_addr_t start, in iommu_alloc_resv_region() function
Damd_iommu.c3217 region = iommu_alloc_resv_region(entry->address_start, in amd_iommu_get_resv_regions()
3226 region = iommu_alloc_resv_region(MSI_RANGE_START, in amd_iommu_get_resv_regions()
3233 region = iommu_alloc_resv_region(HT_RANGE_START, in amd_iommu_get_resv_regions()
Dintel-iommu.c5693 resv = iommu_alloc_resv_region(rmrr->base_address, in intel_iommu_get_resv_regions()
5708 reg = iommu_alloc_resv_region(0, 1UL << 24, 0, in intel_iommu_get_resv_regions()
5716 reg = iommu_alloc_resv_region(IOAPIC_RANGE_START, in intel_iommu_get_resv_regions()
Darm-smmu.c1536 region = iommu_alloc_resv_region(MSI_IOVA_BASE, MSI_IOVA_LENGTH, in arm_smmu_get_resv_regions()
Darm-smmu-v3.c2703 region = iommu_alloc_resv_region(MSI_IOVA_BASE, MSI_IOVA_LENGTH, in arm_smmu_get_resv_regions()
/Linux-v5.4/include/linux/
Diommu.h443 iommu_alloc_resv_region(phys_addr_t start, size_t length, int prot,
/Linux-v5.4/drivers/acpi/arm64/
Diort.c837 region = iommu_alloc_resv_region(base + SZ_64K, SZ_64K, in iort_iommu_msi_get_resv_regions()