Home
last modified time | relevance | path

Searched refs:__get_free_pages (Results 1 – 25 of 62) sorted by relevance

123

/arch/mips/include/asm/
Dpgalloc.h51 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
72 pte = (pte_t *) __get_free_pages(GFP_KERNEL|__GFP_REPEAT|__GFP_ZERO, PTE_ORDER); in pte_alloc_one_kernel()
124 pmd = (pmd_t *) __get_free_pages(GFP_KERNEL|__GFP_REPEAT, PMD_ORDER); in pmd_alloc_one()
/arch/ia64/include/asm/
Dagp.h26 ((char *)__get_free_pages(GFP_KERNEL, (order)))
Dthread_info.h87 #define alloc_task_struct() ((struct task_struct *)__get_free_pages(GFP_KERNEL | __GFP_COMP, KERNEL…
/arch/alpha/include/asm/
Dagp.h18 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/arch/parisc/include/asm/
Dagp.h20 ((char *)__get_free_pages(GFP_KERNEL, (order)))
Dpgalloc.h23 pgd_t *pgd = (pgd_t *)__get_free_pages(GFP_KERNEL, in pgd_alloc()
66 pmd_t *pmd = (pmd_t *)__get_free_pages(GFP_KERNEL|__GFP_REPEAT, in pmd_alloc_one()
/arch/sparc/include/asm/
Dagp.h16 ((char *)__get_free_pages(GFP_KERNEL, (order)))
Dthread_info_64.h166 __get_free_pages(GFP_KERNEL, __THREAD_INFO_ORDER); \
173 ((struct thread_info *)__get_free_pages(GFP_KERNEL, __THREAD_INFO_ORDER))
/arch/powerpc/include/asm/
Dagp.h17 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/arch/x86/include/asm/
Dagp.h31 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/arch/m68knommu/kernel/
Ddma.c23 ret = (void *)__get_free_pages(gfp, get_order(size)); in dma_alloc_coherent()
/arch/cris/arch-v32/drivers/pci/
Ddma.c32 ret = (void *)__get_free_pages(gfp, order); in dma_alloc_coherent()
/arch/mn10300/mm/
Ddma-alloc.c31 addr = __get_free_pages(gfp, get_order(size)); in dma_alloc_coherent()
/arch/cris/include/asm/
Dthread_info.h73 #define alloc_thread_info(tsk) ((struct thread_info *) __get_free_pages(GFP_KERNEL,1))
/arch/xtensa/include/asm/
Dpgalloc.h32 return (pgd_t*) __get_free_pages(GFP_KERNEL | __GFP_ZERO, PGD_ORDER); in pgd_alloc()
/arch/xtensa/kernel/
Dpci-dma.c43 ret = (unsigned long)__get_free_pages(flag, get_order(size)); in dma_alloc_coherent()
/arch/xtensa/mm/
Dpgtable.c21 p = (pte_t*) __get_free_pages(GFP_KERNEL|__GFP_REPEAT, COLOR_ORDER); in pte_alloc_one_kernel()
/arch/x86/kernel/
Damd_iommu_init.c414 u8 *cmd_buf = (u8 *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in alloc_command_buffer()
447 iommu->evt_buf = (u8 *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in alloc_event_buffer()
1064 amd_iommu_dev_table = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in amd_iommu_init()
1073 amd_iommu_alias_table = (void *)__get_free_pages(GFP_KERNEL, in amd_iommu_init()
1079 amd_iommu_rlookup_table = (void *)__get_free_pages( in amd_iommu_init()
1089 amd_iommu_pd_table = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in amd_iommu_init()
1094 amd_iommu_pd_alloc_bitmap = (void *)__get_free_pages( in amd_iommu_init()
Dpci-swiotlb_64.c23 return (void *)__get_free_pages(GFP_DMA | __GFP_NOWARN, order); in swiotlb_alloc()
Dtce_64.c113 bmppages = __get_free_pages(GFP_KERNEL, get_order(bitmapsz)); in tce_table_setparms()
/arch/arm/mm/
Dpgd.c30 new_pgd = (pgd_t *)__get_free_pages(GFP_KERNEL, 2); in get_pgd_slow()
/arch/ia64/xen/
Dgrant-table.c41 virt = __get_free_pages(GFP_KERNEL, order); in xen_alloc_vm_area()
/arch/frv/mm/
Ddma-alloc.c94 page = __get_free_pages(gfp, order); in consistent_alloc()
/arch/s390/include/asm/
Ddebug.h257 #define __get_free_pages(x...) (PRINT_INFO(" gfps %p\n",b=__get_free_pages(x)),b) macro
/arch/sh/mm/
Dconsistent.c28 ret = (void *)__get_free_pages(gfp, order); in dma_alloc_coherent()

123