Home
last modified time | relevance | path

Searched refs:__get_free_pages (Results 1 - 25 of 305) sorted by relevance

12345678910>>...13

/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dpgalloc.h55 pgd_t *ret = (pgd_t *) __get_free_pages(GFP_KERNEL, __get_order_pgd()); in pgd_alloc()
94 pte = (pte_t *) __get_free_pages(GFP_KERNEL | __GFP_ZERO, in pte_alloc_one_kernel()
106 pte_pg = (pgtable_t)__get_free_pages(GFP_KERNEL, __get_order_pte()); in pte_alloc_one()
/kernel/linux/linux-5.10/drivers/crypto/cavium/zip/
H A Dzip_mem.c59 zip->iq[q].sw_head = (u64 *)__get_free_pages((GFP_KERNEL | GFP_DMA), in zip_cmd_qbuf_alloc()
92 ptr = (u8 *)__get_free_pages((GFP_KERNEL | GFP_DMA), in zip_data_buf_alloc()
/kernel/linux/linux-6.6/drivers/crypto/cavium/zip/
H A Dzip_mem.c59 zip->iq[q].sw_head = (u64 *)__get_free_pages((GFP_KERNEL | GFP_DMA), in zip_cmd_qbuf_alloc()
92 ptr = (u8 *)__get_free_pages((GFP_KERNEL | GFP_DMA), in zip_data_buf_alloc()
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dpgalloc.h23 pgd = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
51 pmd = (pmd_t *)__get_free_pages(GFP_PGTABLE_KERNEL, PMD_ORDER); in pmd_alloc_one()
H A Dagp.h17 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dpgalloc.h23 pgd = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_TABLE_ORDER); in pgd_alloc()
51 pmd = (pmd_t *)__get_free_pages(GFP_PGTABLE_KERNEL, PMD_TABLE_ORDER); in pmd_alloc_one()
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dagp.h23 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dagp.h13 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dagp.h15 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dagp.h14 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dagp.h28 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
H A Dpage-coherent.h12 void *vstart = (void*)__get_free_pages(flags, get_order(size)); in xen_alloc_coherent_pages()
/kernel/linux/common_modules/tzdriver/core/
H A Dshared_mem.c322 return __get_free_pages(GFP_KERNEL | __GFP_ZERO, get_order(PAGES_LOG_MEM_LEN)); in get_log_mem_vaddr()
351 return (uint64_t)__get_free_pages(GFP_KERNEL | __GFP_ZERO, PAGES_BIG_SESSION_CMD_LEN); in get_cmd_mem_vaddr()
381 return (uint64_t)__get_free_pages(GFP_KERNEL | __GFP_ZERO, CONFIG_NOTIFY_PAGE_ORDER); in get_spi_mem_vaddr()
/kernel/linux/linux-5.10/include/linux/
H A Dgfp.h579 extern unsigned long __get_free_pages(gfp_t gfp_mask, unsigned int order);
587 __get_free_pages((gfp_mask), 0)
590 __get_free_pages((gfp_mask) | GFP_DMA, (order))
/kernel/linux/linux-6.6/include/linux/
H A Dgfp.h295 extern unsigned long __get_free_pages(gfp_t gfp_mask, unsigned int order);
303 __get_free_pages((gfp_mask), 0)
306 __get_free_pages((gfp_mask) | GFP_DMA, (order))
/kernel/linux/linux-5.10/arch/loongarch/mm/
H A Dpgtable.c14 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
/kernel/linux/linux-5.10/arch/mips/mm/
H A Dpgtable.c15 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H A Dpgalloc.h26 return (pgd_t *)__get_free_pages(GFP_KERNEL|__GFP_ZERO, 0); in get_pgd()
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_hash.c26 __get_free_pages(GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO, in xfrm_hash_alloc()
/kernel/linux/linux-5.10/lib/
H A Dtest_free_pages.c17 unsigned long addr = __get_free_pages(gfp, 3); in test_free_pages()
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_hash.c26 __get_free_pages(GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO, in xfrm_hash_alloc()
/kernel/linux/linux-6.6/lib/
H A Dtest_free_pages.c19 unsigned long addr = __get_free_pages(gfp, 3); in test_free_pages()
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H A Dpgalloc.h28 return (pgd_t *)__get_free_pages(GFP_KERNEL|__GFP_ZERO, 0); in get_pgd()
/kernel/linux/linux-5.10/arch/nios2/mm/
H A Dpgtable.c57 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dpgalloc.h33 return (pgd_t*) __get_free_pages(GFP_KERNEL | __GFP_ZERO, PGD_ORDER); in pgd_alloc()

Completed in 8 milliseconds

12345678910>>...13