Searched refs:__get_free_pages (Results 1 - 25 of 135) sorted by path

123456

/linux-master/drivers/crypto/cavium/zip/
H A Dzip_mem.c59 zip->iq[q].sw_head = (u64 *)__get_free_pages((GFP_KERNEL | GFP_DMA),
92 ptr = (u8 *)__get_free_pages((GFP_KERNEL | GFP_DMA),
/linux-master/drivers/crypto/nx/
H A Dnx-842.c111 ctx->sbounce = (u8 *)__get_free_pages(GFP_KERNEL, BOUNCE_BUFFER_ORDER);
112 ctx->dbounce = (u8 *)__get_free_pages(GFP_KERNEL, BOUNCE_BUFFER_ORDER);
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h1113 (void *) __get_free_pages(GFP_ATOMIC, SYM_MEM_PAGE_ORDER)
/linux-master/net/xfrm/
H A Dxfrm_hash.c26 __get_free_pages(GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO,
/linux-master/arch/alpha/kernel/
H A Dpci_iommu.c427 cpu_addr = (void *)__get_free_pages(gfp | __GFP_ZERO, order);
/linux-master/arch/arm/kernel/
H A Dirq.c60 stack = (u8 *)__get_free_pages(GFP_KERNEL,
/linux-master/arch/arm/mm/
H A Dpgd.c23 #define __pgd_alloc() (pgd_t *)__get_free_pages(GFP_KERNEL, 2)
/linux-master/arch/arm64/kernel/
H A Dcpufeature.c1903 alloc = __get_free_pages(GFP_ATOMIC | __GFP_ZERO, order);
/linux-master/arch/loongarch/kvm/
H A Dmain.c341 addr = (void *)__get_free_pages(GFP_KERNEL, order);
H A Dmmu.c116 pgd = (kvm_pte_t *)__get_free_pages(GFP_KERNEL, 0);
/linux-master/arch/m68k/sun3/
H A Dsun3dvma.c333 if((kaddr = __get_free_pages(GFP_ATOMIC, get_order(len))) == 0)
/linux-master/arch/microblaze/include/asm/
H A Dpgalloc.h26 return (pgd_t *)__get_free_pages(GFP_KERNEL|__GFP_ZERO, 0);
/linux-master/arch/mips/jazz/
H A Djazzdma.c71 pgtbl = (VDMA_PGTBL_ENTRY *)__get_free_pages(GFP_KERNEL | GFP_DMA,
/linux-master/arch/mips/kernel/
H A Dirq.c67 void *s = (void *)__get_free_pages(GFP_KERNEL, order);
/linux-master/arch/mips/kvm/
H A Dmmu.c83 ret = (pgd_t *)__get_free_pages(GFP_KERNEL, PGD_TABLE_ORDER);
/linux-master/arch/mips/mm/
H A Dinit.c71 empty_zero_page = __get_free_pages(GFP_KERNEL | __GFP_ZERO, order);
/linux-master/arch/parisc/include/asm/
H A Dpgalloc.h23 pgd = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_TABLE_ORDER);
51 pmd = (pmd_t *)__get_free_pages(GFP_PGTABLE_KERNEL, PMD_TABLE_ORDER);
/linux-master/arch/parisc/kernel/
H A Dpci-dma.c381 pcxl_res_map = (char *)__get_free_pages(GFP_KERNEL,
414 paddr = __get_free_pages(gfp | __GFP_ZERO, order);
/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c91 hpt = __get_free_pages(GFP_KERNEL|__GFP_ZERO|__GFP_RETRY_MAYFAIL
H A Dbook3s_xive.c948 qpage = (__be32 *)__get_free_pages(GFP_KERNEL, xive->q_page_order);
H A Dbooke.c2196 kvmppc_booke_handlers = __get_free_pages(GFP_KERNEL | __GFP_ZERO,
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dinode.c669 isolated_loader = (char *)__get_free_pages(GFP_KERNEL, get_order(size));
/linux-master/arch/powerpc/platforms/ps3/
H A Dsystem-bus.c517 virt_addr = __get_free_pages(flag, get_order(size));
/linux-master/arch/s390/include/asm/
H A Didals.h150 vaddr = (void *)__get_free_pages(GFP_KERNEL, page_order);
/linux-master/arch/s390/kernel/
H A Dsetup.c371 return __get_free_pages(GFP_KERNEL, THREAD_SIZE_ORDER);

Completed in 389 milliseconds

123456