Searched refs:__get_free_pages (Results 1 – 25 of 62) sorted by relevance
123
/arch/mips/include/asm/ |
D | pgalloc.h | 51 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/ |
D | agp.h | 26 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
D | thread_info.h | 87 #define alloc_task_struct() ((struct task_struct *)__get_free_pages(GFP_KERNEL | __GFP_COMP, KERNEL…
|
/arch/alpha/include/asm/ |
D | agp.h | 18 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
/arch/parisc/include/asm/ |
D | agp.h | 20 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
D | pgalloc.h | 23 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/ |
D | agp.h | 16 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
D | thread_info_64.h | 166 __get_free_pages(GFP_KERNEL, __THREAD_INFO_ORDER); \ 173 ((struct thread_info *)__get_free_pages(GFP_KERNEL, __THREAD_INFO_ORDER))
|
/arch/powerpc/include/asm/ |
D | agp.h | 17 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
/arch/x86/include/asm/ |
D | agp.h | 31 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
/arch/m68knommu/kernel/ |
D | dma.c | 23 ret = (void *)__get_free_pages(gfp, get_order(size)); in dma_alloc_coherent()
|
/arch/cris/arch-v32/drivers/pci/ |
D | dma.c | 32 ret = (void *)__get_free_pages(gfp, order); in dma_alloc_coherent()
|
/arch/mn10300/mm/ |
D | dma-alloc.c | 31 addr = __get_free_pages(gfp, get_order(size)); in dma_alloc_coherent()
|
/arch/cris/include/asm/ |
D | thread_info.h | 73 #define alloc_thread_info(tsk) ((struct thread_info *) __get_free_pages(GFP_KERNEL,1))
|
/arch/xtensa/include/asm/ |
D | pgalloc.h | 32 return (pgd_t*) __get_free_pages(GFP_KERNEL | __GFP_ZERO, PGD_ORDER); in pgd_alloc()
|
/arch/xtensa/kernel/ |
D | pci-dma.c | 43 ret = (unsigned long)__get_free_pages(flag, get_order(size)); in dma_alloc_coherent()
|
/arch/xtensa/mm/ |
D | pgtable.c | 21 p = (pte_t*) __get_free_pages(GFP_KERNEL|__GFP_REPEAT, COLOR_ORDER); in pte_alloc_one_kernel()
|
/arch/x86/kernel/ |
D | amd_iommu_init.c | 414 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()
|
D | pci-swiotlb_64.c | 23 return (void *)__get_free_pages(GFP_DMA | __GFP_NOWARN, order); in swiotlb_alloc()
|
D | tce_64.c | 113 bmppages = __get_free_pages(GFP_KERNEL, get_order(bitmapsz)); in tce_table_setparms()
|
/arch/arm/mm/ |
D | pgd.c | 30 new_pgd = (pgd_t *)__get_free_pages(GFP_KERNEL, 2); in get_pgd_slow()
|
/arch/ia64/xen/ |
D | grant-table.c | 41 virt = __get_free_pages(GFP_KERNEL, order); in xen_alloc_vm_area()
|
/arch/frv/mm/ |
D | dma-alloc.c | 94 page = __get_free_pages(gfp, order); in consistent_alloc()
|
/arch/s390/include/asm/ |
D | debug.h | 257 #define __get_free_pages(x...) (PRINT_INFO(" gfps %p\n",b=__get_free_pages(x)),b) macro
|
/arch/sh/mm/ |
D | consistent.c | 28 ret = (void *)__get_free_pages(gfp, order); in dma_alloc_coherent()
|
123