| /linux/include/linux/ |
| H A D | gfp.h | 369 #define __get_free_pages(...) alloc_hooks(get_free_pages_noprof(__VA_ARGS__)) macro 384 __get_free_pages((gfp_mask), 0) 387 __get_free_pages((gfp_mask) | GFP_DMA, (order))
|
| /linux/net/xfrm/ |
| H A D | xfrm_hash.c | 26 __get_free_pages(GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO, in xfrm_hash_alloc()
|
| /linux/lib/ |
| H A D | test_free_pages.c | 19 unsigned long addr = __get_free_pages(gfp, 3); in test_free_pages()
|
| /linux/drivers/tee/amdtee/ |
| H A D | shm_pool.c | 22 va = __get_free_pages(GFP_KERNEL | __GFP_ZERO, order); in pool_op_alloc()
|
| /linux/arch/mips/kernel/ |
| H A D | irq.c | 67 void *s = (void *)__get_free_pages(GFP_KERNEL, order); in init_IRQ()
|
| /linux/drivers/media/pci/solo6x10/ |
| H A D | solo6x10-p2m.c | 212 wr_buf = (u32 *)__get_free_pages(GFP_KERNEL, order); in solo_p2m_test() 216 rd_buf = (u32 *)__get_free_pages(GFP_KERNEL, order); in solo_p2m_test()
|
| /linux/drivers/parisc/ |
| H A D | sba_iommu.c | 890 ret = (void *) __get_free_pages(gfp, get_order(size)); in sba_alloc() 1138 pdir_base = __get_free_pages(GFP_KERNEL, pdir_order); in sba_alloc_pdir() 1176 unsigned long new_pdir = __get_free_pages(GFP_KERNEL, (19-12)); in sba_alloc_pdir() 1195 unsigned long new_pdir = __get_free_pages(GFP_KERNEL, pdir_order+1); /* 2 or 4MB */ in sba_alloc_pdir() 1303 ioc->pdir_base = (void *) __get_free_pages(GFP_KERNEL, in sba_ioc_init_pluto() 1717 sba_dev->ioc[i].res_map = (char *) __get_free_pages(GFP_KERNEL, get_order(res_size)); in sba_common_init()
|
| /linux/arch/parisc/kernel/ |
| H A D | pci-dma.c | 381 pcxl_res_map = (char *)__get_free_pages(GFP_KERNEL, in pcxl_dma_init() 414 paddr = __get_free_pages(gfp | __GFP_ZERO, order); in arch_dma_alloc()
|
| /linux/crypto/ |
| H A D | xor.c | 130 b1 = (void *) __get_free_pages(GFP_KERNEL, 2); in calibrate_xor_blocks()
|
| /linux/drivers/usb/core/ |
| H A D | buffer.c | 189 return (void *)__get_free_pages(mem_flags, in hcd_buffer_alloc_pages()
|
| /linux/arch/sparc/mm/ |
| H A D | iommu.c | 96 tmp = __get_free_pages(GFP_KERNEL, IOMMU_ORDER); in sbus_iommu_init() 329 va = __get_free_pages(gfp | __GFP_ZERO, get_order(len)); in sbus_iommu_alloc()
|
| /linux/drivers/platform/x86/dell/ |
| H A D | dell_rbu.c | 149 __get_free_pages(GFP_KERNEL, ordernum); in create_packet() 408 (unsigned char *)__get_free_pages(GFP_DMA32, ordernum); in img_update_realloc()
|
| /linux/include/linux/raid/ |
| H A D | pq.h | 179 # define __get_free_pages(x, y) ((unsigned long)mmap(NULL, PAGE_SIZE << (y), \ macro
|
| /linux/drivers/md/bcache/ |
| H A D | bset.c | 325 t->data = (void *) __get_free_pages(__GFP_COMP|gfp, b->page_order); in bch_btree_keys_alloc() 331 : (void *) __get_free_pages(gfp, get_order(bset_tree_bytes(b))); in bch_btree_keys_alloc() 337 : (void *) __get_free_pages(gfp, get_order(bset_prev_bytes(b))); in bch_btree_keys_alloc() 1241 struct bset *out = (void *) __get_free_pages(__GFP_NOWARN|GFP_NOWAIT, in __btree_sort()
|
| /linux/arch/x86/kernel/ |
| H A D | machine_kexec_32.c | 61 image->arch.pgd = (pgd_t *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in machine_kexec_alloc_page_tables()
|
| /linux/lib/raid6/ |
| H A D | algos.c | 253 disk_ptr = (char *)__get_free_pages(GFP_KERNEL, RAID6_TEST_DISKS_ORDER); in raid6_select_algo()
|
| /linux/drivers/s390/char/ |
| H A D | sclp_cmd.c | 105 sccb = (void *)__get_free_pages(GFP_KERNEL | GFP_DMA | __GFP_ZERO, get_order(length)); in _sclp_get_core_info()
|
| H A D | vmcp.c | 78 session->response = (char *)__get_free_pages(GFP_KERNEL | __GFP_RETRY_MAYFAIL, order); in vmcp_response_alloc()
|
| /linux/drivers/crypto/ |
| H A D | omap-crypto.c | 65 buf = (void *)__get_free_pages(GFP_ATOMIC, pages); in omap_crypto_copy_sgs()
|
| /linux/drivers/crypto/nx/ |
| H A D | nx-842.c | 115 ctx->sbounce = (u8 *)__get_free_pages(GFP_KERNEL, BOUNCE_BUFFER_ORDER); in nx842_crypto_alloc_ctx() 116 ctx->dbounce = (u8 *)__get_free_pages(GFP_KERNEL, BOUNCE_BUFFER_ORDER); in nx842_crypto_alloc_ctx()
|
| /linux/arch/um/kernel/ |
| H A D | process.c | 63 page = __get_free_pages(flags, order); in alloc_stack()
|
| /linux/kernel/ |
| H A D | vmcore_info.c | 146 vmcoreinfo_data = (unsigned char *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, order); in crash_save_vmcoreinfo_init()
|
| /linux/kernel/dma/ |
| H A D | swiotlb.c | 467 vstart = (void *)__get_free_pages(gfp_mask | __GFP_NOWARN, in swiotlb_init_late() 499 __get_free_pages(GFP_KERNEL | __GFP_ZERO, area_order); in swiotlb_init_late() 503 mem->slots = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in swiotlb_init_late() 714 __get_free_pages(gfp, slot_order); in swiotlb_alloc_pool()
|
| /linux/drivers/char/agp/ |
| H A D | agp.h | 231 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
| /linux/net/dccp/ |
| H A D | proto.c | |