Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/iommu/
Dvirtio-iommu.c492 region = iommu_alloc_resv_region(start, size, 0, in viommu_add_resv_mem()
497 region = iommu_alloc_resv_region(start, size, prot, in viommu_add_resv_mem()
913 msi = iommu_alloc_resv_region(MSI_IOVA_BASE, MSI_IOVA_LENGTH, in viommu_get_resv_regions()
Diommu.c522 nr = iommu_alloc_resv_region(new->start, new->length, in iommu_insert_resv_region()
2596 struct iommu_resv_region *iommu_alloc_resv_region(phys_addr_t start, in iommu_alloc_resv_region() function
2614 EXPORT_SYMBOL_GPL(iommu_alloc_resv_region);
Dapple-dart.c759 region = iommu_alloc_resv_region(DOORBELL_ADDR, in apple_dart_get_resv_regions()
Dmtk_iommu.c919 region = iommu_alloc_resv_region(resv->iova_base, resv->size, in mtk_iommu_get_resv_regions()
/linux-6.1.9/include/linux/
Diommu.h457 iommu_alloc_resv_region(phys_addr_t start, size_t length, int prot,
/linux-6.1.9/drivers/iommu/amd/
Diommu.c2332 region = iommu_alloc_resv_region(entry->address_start, in amd_iommu_get_resv_regions()
2342 region = iommu_alloc_resv_region(MSI_RANGE_START, in amd_iommu_get_resv_regions()
2349 region = iommu_alloc_resv_region(HT_RANGE_START, in amd_iommu_get_resv_regions()
/linux-6.1.9/drivers/iommu/intel/
Diommu.c4579 resv = iommu_alloc_resv_region(rmrr->base_address, in intel_iommu_get_resv_regions()
4595 reg = iommu_alloc_resv_region(0, 1UL << 24, prot, in intel_iommu_get_resv_regions()
4604 reg = iommu_alloc_resv_region(IOAPIC_RANGE_START, in intel_iommu_get_resv_regions()
/linux-6.1.9/drivers/acpi/arm64/
Diort.c1144 region = iommu_alloc_resv_region(base + SZ_64K, SZ_64K, in iort_iommu_msi_get_resv_regions()
/linux-6.1.9/drivers/iommu/arm/arm-smmu/
Darm-smmu.c1542 region = iommu_alloc_resv_region(MSI_IOVA_BASE, MSI_IOVA_LENGTH, in arm_smmu_get_resv_regions()
/linux-6.1.9/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c2759 region = iommu_alloc_resv_region(MSI_IOVA_BASE, MSI_IOVA_LENGTH, in arm_smmu_get_resv_regions()