Home
last modified time | relevance | path

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

12

/linux-4.19.296/include/linux/
Dgfp.h553 extern unsigned long __get_free_pages(gfp_t gfp_mask, unsigned int order);
561 __get_free_pages((gfp_mask), 0)
564 __get_free_pages((gfp_mask) | GFP_DMA, (order))
/linux-4.19.296/crypto/
Dxor.c125 b1 = (void *) __get_free_pages(GFP_KERNEL, 2); in calibrate_xor_blocks()
/linux-4.19.296/drivers/parisc/
Dccio-rm-dma.c87 ret = (void *)__get_free_pages(GFP_ATOMIC, get_order(size)); in ccio_alloc_consistent()
Dsba_iommu.c898 ret = (void *) __get_free_pages(gfp, get_order(size)); in sba_alloc()
1147 pdir_base = __get_free_pages(GFP_KERNEL, pdir_order); in sba_alloc_pdir()
1185 unsigned long new_pdir = __get_free_pages(GFP_KERNEL, (19-12)); in sba_alloc_pdir()
1204 unsigned long new_pdir = __get_free_pages(GFP_KERNEL, pdir_order+1); /* 2 or 4MB */ in sba_alloc_pdir()
1314 ioc->pdir_base = (void *) __get_free_pages(GFP_KERNEL, in sba_ioc_init_pluto()
1728 sba_dev->ioc[i].res_map = (char *) __get_free_pages(GFP_KERNEL, get_order(res_size)); in sba_common_init()
Dccio-dma.c866 ret = (void *) __get_free_pages(flag, get_order(size)); in ccio_alloc()
1300 ioc->pdir_base = (u64 *)__get_free_pages(GFP_KERNEL, in ccio_ioc_init()
1314 ioc->res_map = (u8 *)__get_free_pages(GFP_KERNEL, in ccio_ioc_init()
/linux-4.19.296/include/linux/raid/
Dpq.h169 # define __get_free_pages(x, y) ((unsigned long)mmap(NULL, PAGE_SIZE << (y), \ macro
/linux-4.19.296/drivers/s390/char/
Dhmcdrv_cache.c221 (void *) __get_free_pages(GFP_KERNEL | GFP_DMA, in hmcdrv_cache_startup()
Dhmcdrv_ftp.c249 ftp.buf = (void *) __get_free_pages(GFP_KERNEL | GFP_DMA, order); in hmcdrv_ftp_cmd()
Dvmcp.c77 session->response = (char *)__get_free_pages(GFP_KERNEL | __GFP_RETRY_MAYFAIL, order); in vmcp_response_alloc()
/linux-4.19.296/lib/raid6/
Dalgos.c243 syndromes = (void *) __get_free_pages(GFP_KERNEL, 1); in raid6_select_algo()
/linux-4.19.296/drivers/misc/mic/scif/
Dscif_rma.h405 ret = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in scif_zalloc()
/linux-4.19.296/fs/configfs/
Dfile.c243 buffer->page = (char *)__get_free_pages(GFP_KERNEL, 0); in fill_write_buffer()
/linux-4.19.296/drivers/pci/controller/
Dpcie-xilinx.c343 port->msi_pages = __get_free_pages(GFP_KERNEL, 0); in xilinx_pcie_enable_msi()
Dpcie-rcar.c939 msi->pages = __get_free_pages(GFP_KERNEL, 0); in rcar_pcie_enable_msi()
/linux-4.19.296/drivers/char/agp/
Dhp-agp.c297 hp->io_pdir = (u64 *) __get_free_pages(GFP_KERNEL, in hp_zx1_create_gatt_table()
Duninorth-agp.c392 table = (char *) __get_free_pages(GFP_KERNEL, page_order); in uninorth_create_gatt_table()
/linux-4.19.296/drivers/misc/mic/vop/
Dvop_vringh.c314 __get_free_pages(GFP_KERNEL | __GFP_ZERO, in vop_virtio_add_device()
354 vvr->buf = (void *)__get_free_pages(GFP_KERNEL, in vop_virtio_add_device()
Dvop_main.c335 used = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in vop_find_vq()
/linux-4.19.296/fs/proc/
Dvmcore.c1208 elfcorebuf = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in parse_crash_elf64_headers()
1263 elfcorebuf = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in parse_crash_elf32_headers()
/linux-4.19.296/drivers/misc/ocxl/
Dlink.c335 __get_free_pages(GFP_KERNEL | __GFP_ZERO, spa->spa_order); in alloc_spa()
/linux-4.19.296/drivers/virt/vboxguest/
Dvboxguest_utils.c70 req = (void *)__get_free_pages(GFP_KERNEL | GFP_DMA32, order); in vbg_req_alloc()
/linux-4.19.296/drivers/base/
Ddevres.c963 addr = __get_free_pages(gfp_mask, order); in devm_get_free_pages()
/linux-4.19.296/drivers/sh/maple/
Dmaple.c742 (void *) __get_free_pages(GFP_KERNEL | __GFP_ZERO, in maple_get_dma_buffer()
/linux-4.19.296/virt/kvm/arm/
Dmmu.c2010 hyp_pgd = (pgd_t *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, hyp_pgd_order); in kvm_mmu_init()
2018 boot_hyp_pgd = (pgd_t *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in kvm_mmu_init()
/linux-4.19.296/drivers/s390/cio/
Dcmf.c503 mem = (void*)__get_free_pages(GFP_KERNEL | GFP_DMA, in alloc_cmb()

12