Home
last modified time | relevance | path

Searched refs:iommu_alloc_pages (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/iommu/
H A Diommu-pages.h111 static inline void *iommu_alloc_pages(gfp_t gfp, int order) in iommu_alloc_pages() function
141 return iommu_alloc_pages(gfp, 0); in iommu_alloc_page()
H A Dio-pgtable-dart.c115 return iommu_alloc_pages(gfp, order); in __dart_alloc_pages()
H A Dexynos-iommu.c905 domain->pgtable = iommu_alloc_pages(GFP_KERNEL, 2); in exynos_iommu_domain_alloc_paging()
909 domain->lv2entcnt = iommu_alloc_pages(GFP_KERNEL, 1); in exynos_iommu_domain_alloc_paging()
H A Dsun50i-iommu.c684 sun50i_domain->dt = iommu_alloc_pages(GFP_KERNEL, get_order(DT_SIZE)); in sun50i_iommu_domain_alloc_paging()
/linux/drivers/iommu/amd/
H A Dinit.c653 pci_seg->dev_table = iommu_alloc_pages(GFP_KERNEL | GFP_DMA32, in alloc_dev_table()
671 pci_seg->rlookup_table = iommu_alloc_pages(GFP_KERNEL, in alloc_rlookup_table()
688 pci_seg->irq_lookup_table = iommu_alloc_pages(GFP_KERNEL, in alloc_irq_lookup_table()
710 pci_seg->alias_table = iommu_alloc_pages(GFP_KERNEL, in alloc_alias_table()
738 iommu->cmd_buf = iommu_alloc_pages(GFP_KERNEL, in alloc_command_buffer()
843 void *buf = iommu_alloc_pages(gfp, order); in iommu_alloc_4k_pages()
944 iommu->ga_log = iommu_alloc_pages(GFP_KERNEL, get_order(GA_LOG_SIZE)); in iommu_init_ga_log()
948 iommu->ga_log_tail = iommu_alloc_pages(GFP_KERNEL, get_order(8)); in iommu_init_ga_log()
1067 pci_seg->old_dev_tbl_cpy = iommu_alloc_pages(GFP_KERNEL | GFP_DMA32, in __copy_device_table()
3070 amd_iommu_pd_alloc_bitmap = iommu_alloc_pages(GFP_KERNEL, in early_amd_iommu_init()