Home
last modified time | relevance | path

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

1234567

/linux-3.4.99/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()
113 pmd = (pmd_t *) __get_free_pages(GFP_KERNEL|__GFP_REPEAT, PMD_ORDER); in pmd_alloc_one()
/linux-3.4.99/arch/score/include/asm/
Dpgalloc.h24 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
45 pte = (pte_t *) __get_free_pages(GFP_KERNEL|__GFP_REPEAT|__GFP_ZERO, in pte_alloc_one_kernel()
/linux-3.4.99/arch/parisc/include/asm/
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()
Dagp.h16 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/linux-3.4.99/arch/sparc/include/asm/
Dagp.h12 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/linux-3.4.99/arch/ia64/include/asm/
Dagp.h22 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/linux-3.4.99/arch/alpha/include/asm/
Dagp.h14 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/linux-3.4.99/arch/powerpc/include/asm/
Dagp.h13 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/linux-3.4.99/arch/x86/include/asm/
Dagp.h27 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/linux-3.4.99/net/xfrm/
Dxfrm_hash.c25 __get_free_pages(GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO, in xfrm_hash_alloc()
/linux-3.4.99/include/linux/
Dgfp.h346 extern unsigned long __get_free_pages(gfp_t gfp_mask, unsigned int order);
355 __get_free_pages((gfp_mask), 0)
358 __get_free_pages((gfp_mask) | GFP_DMA, (order))
/linux-3.4.99/arch/cris/arch-v32/drivers/pci/
Ddma.c33 ret = (void *)__get_free_pages(gfp, order); in dma_alloc_coherent()
/linux-3.4.99/arch/cris/include/asm/
Dthread_info.h71 ((struct thread_info *) __get_free_pages(GFP_KERNEL, 1))
/linux-3.4.99/drivers/hv/
Dconnection.c72 (void *)__get_free_pages(GFP_KERNEL|__GFP_ZERO, 0); in vmbus_connect()
88 (void *)__get_free_pages((GFP_KERNEL|__GFP_ZERO), 1); in vmbus_connect()
/linux-3.4.99/lib/
Dswiotlb.c227 io_tlb_start = (void *)__get_free_pages(GFP_DMA | __GFP_NOWARN, in swiotlb_late_init_with_default_size()
251 io_tlb_list = (unsigned int *)__get_free_pages(GFP_KERNEL, in swiotlb_late_init_with_default_size()
261 __get_free_pages(GFP_KERNEL, in swiotlb_late_init_with_default_size()
272 io_tlb_overflow_buffer = (void *)__get_free_pages(GFP_DMA, in swiotlb_late_init_with_default_size()
578 ret = (void *)__get_free_pages(flags, order); in swiotlb_alloc_coherent()
/linux-3.4.99/arch/mn10300/mm/
Ddma-alloc.c45 addr = __get_free_pages(gfp, get_order(size)); in dma_alloc_coherent()
/linux-3.4.99/arch/xtensa/include/asm/
Dpgalloc.h33 return (pgd_t*) __get_free_pages(GFP_KERNEL | __GFP_ZERO, PGD_ORDER); in pgd_alloc()
/linux-3.4.99/arch/xtensa/kernel/
Dpci-dma.c44 ret = (unsigned long)__get_free_pages(flag, get_order(size)); in dma_alloc_coherent()
/linux-3.4.99/arch/c6x/include/asm/
Dthread_info.h93 ((struct thread_info *)__get_free_pages(THREAD_FLAGS, THREAD_ORDER))
/linux-3.4.99/arch/m68k/kernel/
Ddma_no.c25 ret = (void *)__get_free_pages(gfp, get_order(size)); in dma_alloc_coherent()
/linux-3.4.99/arch/unicore32/mm/
Dpgd.c33 new_pgd = (pgd_t *)__get_free_pages(GFP_KERNEL, 0); in get_pgd_slow()
/linux-3.4.99/drivers/iommu/
Damd_iommu_init.c507 u8 *cmd_buf = (u8 *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in alloc_command_buffer()
561 iommu->evt_buf = (u8 *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in alloc_event_buffer()
598 iommu->ppr_log = (u8 *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in alloc_ppr_log()
1548 amd_iommu_dev_table = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in amd_iommu_init_hardware()
1557 amd_iommu_alias_table = (void *)__get_free_pages(GFP_KERNEL, in amd_iommu_init_hardware()
1563 amd_iommu_rlookup_table = (void *)__get_free_pages( in amd_iommu_init_hardware()
1569 amd_iommu_pd_alloc_bitmap = (void *)__get_free_pages( in amd_iommu_init_hardware()
/linux-3.4.99/net/sctp/
Dssnmap.c72 __get_free_pages(gfp, get_order(size)); in sctp_ssnmap_new()
/linux-3.4.99/arch/score/mm/
Dinit.c50 empty_zero_page = __get_free_pages(GFP_KERNEL | __GFP_ZERO, 0); in setup_zero_page()
/linux-3.4.99/lib/raid6/
Dalgos.c95 syndromes = (void *) __get_free_pages(GFP_KERNEL, 1); in raid6_select_algo()

1234567