Home
last modified time | relevance | path

Searched refs:alloc_pages_exact (Results 1 – 25 of 30) sorted by relevance

12

/linux/drivers/firmware/arm_ffa/
A Ddriver.c534 buffer = alloc_pages_exact(RXTX_BUFFER_SIZE, GFP_KERNEL); in ffa_memory_ops()
725 drv_info->rx_buffer = alloc_pages_exact(RXTX_BUFFER_SIZE, GFP_KERNEL); in ffa_init()
731 drv_info->tx_buffer = alloc_pages_exact(RXTX_BUFFER_SIZE, GFP_KERNEL); in ffa_init()
/linux/tools/virtio/linux/
A Dkernel.h74 static inline void *alloc_pages_exact(size_t s, gfp_t gfp) in alloc_pages_exact() function
/linux/sound/usb/usx2y/
A DusX2Yhwdep.c242 us428->us428ctls_sharedmem = alloc_pages_exact(US428_SHAREDMEM_PAGES, GFP_KERNEL); in usx2y_hwdep_new()
A Dusb_stream.c198 sk->s = alloc_pages_exact(read_size, in usb_stream_new()
217 sk->write_page = alloc_pages_exact(write_size, in usb_stream_new()
A Dusx2yhwdeppcm.c509 usx2y->hwdep_pcm_shm = alloc_pages_exact(USX2Y_HWDEP_PCM_PAGES, in snd_usx2y_usbpcm_prepare()
/linux/kernel/dma/
A Dmap_benchmark.c66 buf = alloc_pages_exact(size, GFP_KERNEL); in map_benchmark_thread()
/linux/kernel/
A Dcrash_core.c401 vmcoreinfo_note = alloc_pages_exact(VMCOREINFO_NOTE_SIZE, in crash_save_vmcoreinfo_init()
A Dprofile.c123 prof_buffer = alloc_pages_exact(buffer_bytes, in profile_init()
/linux/include/linux/
A Dgfp.h625 void *alloc_pages_exact(size_t size, gfp_t gfp_mask) __alloc_size(1);
/linux/sound/core/
A Dpcm.c947 runtime->status = alloc_pages_exact(size, GFP_KERNEL); in snd_pcm_attach_substream()
955 runtime->control = alloc_pages_exact(size, GFP_KERNEL); in snd_pcm_attach_substream()
A Dmemalloc.c275 void *p = alloc_pages_exact(size, gfp); in snd_dma_continuous_alloc()
/linux/drivers/vdpa/vdpa_user/
A Diova_domain.c365 void *orig = alloc_pages_exact(size, flag); in vduse_domain_alloc_coherent()
/linux/arch/powerpc/platforms/powernv/
A Dopal-core.c323 oc_conf->opalcorebuf = alloc_pages_exact(oc_conf->opalcorebuf_sz, in create_opalcore()
/linux/drivers/soc/ti/
A Dknav_qmss_acc.c557 list_mem = alloc_pages_exact(mem_size, GFP_KERNEL | GFP_DMA); in knav_init_acc_range()
A Dknav_qmss_queue.c1010 region->virt_start = alloc_pages_exact(size, GFP_KERNEL | GFP_DMA | in knav_queue_setup_region()
/linux/sound/xen/
A Dxen_snd_front_alsa.c444 stream->buffer = alloc_pages_exact(buffer_sz, GFP_KERNEL); in shbuf_setup_backstore()
/linux/drivers/tee/optee/
A Dsmc_abi.c317 return alloc_pages_exact(get_pages_list_size(num_entries), GFP_KERNEL); in optee_allocate_pages_list()
/linux/drivers/video/fbdev/
A Dpxafb.c916 ofb->video_mem = alloc_pages_exact(PAGE_ALIGN(pxafb->video_mem_size), in pxafb_overlay_map_video_memory()
1714 fbi->video_mem = alloc_pages_exact(size, GFP_KERNEL | __GFP_ZERO); in pxafb_init_video_memory()
A Dfsl-diu-fb.c873 p = alloc_pages_exact(smem_len, GFP_DMA | __GFP_ZERO); in map_video_memory()
/linux/arch/arm64/kvm/
A Dmmu.c102 return alloc_pages_exact(size, GFP_KERNEL_ACCOUNT | __GFP_ZERO); in kvm_host_zalloc_pages_exact()
/linux/arch/powerpc/kernel/
A Dfadump.c779 vaddr = alloc_pages_exact(size, GFP_KERNEL | __GFP_ZERO); in fadump_alloc_buffer()
/linux/mm/
A Dnommu.c1003 base = alloc_pages_exact(total << PAGE_SHIFT, GFP_KERNEL); in do_mmap_private()
A Dpage_alloc.c5616 void *alloc_pages_exact(size_t size, gfp_t gfp_mask) in alloc_pages_exact() function
5627 EXPORT_SYMBOL(alloc_pages_exact);
8783 table = alloc_pages_exact(size, gfp_flags); in alloc_large_system_hash()
/linux/drivers/infiniband/hw/efa/
A Defa_verbs.c179 addr = alloc_pages_exact(size, GFP_KERNEL | __GFP_ZERO); in efa_zalloc_mapped()
/linux/drivers/virtio/
A Dvirtio_ring.c284 void *queue = alloc_pages_exact(PAGE_ALIGN(size), flag); in vring_alloc_queue()

Completed in 75 milliseconds

12