Home
last modified time | relevance | path

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

/linux/drivers/iommu/
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()
A Dio-pgtable-dart.c115 return iommu_alloc_pages(gfp, order); in __dart_alloc_pages()
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()
A Dsun50i-iommu.c693 sun50i_domain->dt = iommu_alloc_pages(GFP_KERNEL | GFP_DMA32, in sun50i_iommu_domain_alloc_paging()
/linux/drivers/iommu/amd/
A Dinit.c655 pci_seg->dev_table = iommu_alloc_pages(GFP_KERNEL | GFP_DMA32, in alloc_dev_table()
673 pci_seg->rlookup_table = iommu_alloc_pages(GFP_KERNEL, in alloc_rlookup_table()
690 pci_seg->irq_lookup_table = iommu_alloc_pages(GFP_KERNEL, in alloc_irq_lookup_table()
712 pci_seg->alias_table = iommu_alloc_pages(GFP_KERNEL, in alloc_alias_table()
740 iommu->cmd_buf = iommu_alloc_pages(GFP_KERNEL, in alloc_command_buffer()
845 void *buf = iommu_alloc_pages(gfp, order); in iommu_alloc_4k_pages()
946 iommu->ga_log = iommu_alloc_pages(GFP_KERNEL, get_order(GA_LOG_SIZE)); in iommu_init_ga_log()
950 iommu->ga_log_tail = iommu_alloc_pages(GFP_KERNEL, get_order(8)); in iommu_init_ga_log()
1069 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()

Completed in 22 milliseconds