Home
last modified time | relevance | path

Searched refs:iommu_alloc_pages_sz (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/iommu/
H A Diommu-pages.h99 static inline void *iommu_alloc_pages_sz(gfp_t gfp, size_t size) in iommu_alloc_pages_sz() function
H A Dio-pgtable-dart.c259 cptep = iommu_alloc_pages_sz(gfp, tblsz); in dart_map_pages()
435 iommu_alloc_pages_sz(GFP_KERNEL, DART_GRANULE(data)); in apple_dart_alloc_pgtable()
H A Dtegra-smmu.c298 as->pd = iommu_alloc_pages_sz(GFP_KERNEL | __GFP_DMA, SMMU_SIZE_PD); in tegra_smmu_domain_alloc_paging()
700 pt = iommu_alloc_pages_sz(gfp | __GFP_DMA, SMMU_SIZE_PT); in as_get_pde_page()
H A Drockchip-iommu.c733 page_table = iommu_alloc_pages_sz(GFP_ATOMIC | rk_ops->gfp_flags, in rk_dte_get_page_table()
1076 rk_domain->dt = iommu_alloc_pages_sz(GFP_KERNEL | rk_ops->gfp_flags, in rk_iommu_domain_alloc_paging()
H A Dexynos-iommu.c906 domain->pgtable = iommu_alloc_pages_sz(GFP_KERNEL, SZ_16K); in exynos_iommu_domain_alloc_paging()
910 domain->lv2entcnt = iommu_alloc_pages_sz(GFP_KERNEL, SZ_8K); in exynos_iommu_domain_alloc_paging()
H A Dsun50i-iommu.c694 iommu_alloc_pages_sz(GFP_KERNEL | GFP_DMA32, DT_SIZE); in sun50i_iommu_domain_alloc_paging()
/linux/drivers/iommu/amd/
H A Dinit.c645 pci_seg->dev_table = iommu_alloc_pages_sz(GFP_KERNEL | GFP_DMA32, in alloc_dev_table()
746 iommu->cmd_buf = iommu_alloc_pages_sz(GFP_KERNEL, CMD_BUFFER_SIZE); in alloc_command_buffer()