Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Dintel-iommu.c493 static inline void *alloc_pgtable_page(int node) in alloc_pgtable_page() function
699 context = alloc_pgtable_page(iommu->node); in iommu_context_addr()
863 tmp_page = alloc_pgtable_page(domain->nid); in pfn_to_dma_pte()
1133 root = (struct root_entry *)alloc_pgtable_page(iommu->node); in iommu_alloc_root_entry()
1750 domain->pgd = (struct dma_pte *)alloc_pgtable_page(domain->nid); in domain_init()
4360 domain->pgd = (struct dma_pte *)alloc_pgtable_page(domain->nid); in md_domain_init()