Home
last modified time | relevance | path

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

/Linux-v5.4/arch/openrisc/kernel/
Ddma.c93 page = alloc_pages_exact(size, gfp | __GFP_ZERO); in arch_dma_alloc()
/Linux-v5.4/tools/virtio/linux/
Dkernel.h72 static inline void *alloc_pages_exact(size_t s, gfp_t gfp) in alloc_pages_exact() function
/Linux-v5.4/sound/core/
Dmemalloc.c131 dmab->area = alloc_pages_exact(size, in snd_dma_alloc_pages()
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()
/Linux-v5.4/sound/usb/usx2y/
DusX2Yhwdep.c65 us428->us428ctls_sharedmem = alloc_pages_exact(sizeof(struct us428ctls_sharedmem), GFP_KERNEL); in snd_us428ctls_mmap()
Dusb_stream.c191 sk->s = alloc_pages_exact(read_size, in usb_stream_new()
210 sk->write_page = alloc_pages_exact(write_size, in usb_stream_new()
Dusx2yhwdeppcm.c479 usX2Y->hwdep_pcm_shm = alloc_pages_exact(sizeof(struct snd_usX2Y_hwdep_pcm_shm), in snd_usX2Y_usbpcm_prepare()
/Linux-v5.4/include/linux/
Dgfp.h556 void *alloc_pages_exact(size_t size, gfp_t gfp_mask);
/Linux-v5.4/kernel/
Dcrash_core.c387 vmcoreinfo_note = alloc_pages_exact(VMCOREINFO_NOTE_SIZE, in crash_save_vmcoreinfo_init()
Dprofile.c122 prof_buffer = alloc_pages_exact(buffer_bytes, in profile_init()
/Linux-v5.4/drivers/tee/optee/
Dcall.c522 return alloc_pages_exact(get_pages_list_size(num_entries), GFP_KERNEL); in optee_allocate_pages_list()
/Linux-v5.4/arch/powerpc/platforms/powernv/
Dopal-core.c322 oc_conf->opalcorebuf = alloc_pages_exact(oc_conf->opalcorebuf_sz, in create_opalcore()
/Linux-v5.4/drivers/soc/ti/
Dknav_qmss_acc.c557 list_mem = alloc_pages_exact(mem_size, GFP_KERNEL | GFP_DMA); in knav_init_acc_range()
Dknav_qmss_queue.c1016 region->virt_start = alloc_pages_exact(size, GFP_KERNEL | GFP_DMA | in knav_queue_setup_region()
/Linux-v5.4/sound/xen/
Dxen_snd_front_alsa.c444 stream->buffer = alloc_pages_exact(buffer_sz, GFP_KERNEL); in shbuf_setup_backstore()
/Linux-v5.4/arch/powerpc/kernel/
Dfadump.c681 vaddr = alloc_pages_exact(size, GFP_KERNEL | __GFP_ZERO); in fadump_alloc_buffer()
/Linux-v5.4/drivers/video/fbdev/
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()
Dfsl-diu-fb.c873 p = alloc_pages_exact(smem_len, GFP_DMA | __GFP_ZERO); in map_video_memory()
/Linux-v5.4/mm/
Dnommu.c1042 base = alloc_pages_exact(total << PAGE_SHIFT, GFP_KERNEL); in do_mmap_private()
Dpage_alloc.c4976 void *alloc_pages_exact(size_t size, gfp_t gfp_mask) in alloc_pages_exact() function
4987 EXPORT_SYMBOL(alloc_pages_exact);
8154 table = alloc_pages_exact(size, gfp_flags); in alloc_large_system_hash()
/Linux-v5.4/virt/kvm/arm/
Dmmu.c905 pgd = alloc_pages_exact(stage2_pgd_size(kvm), GFP_KERNEL | __GFP_ZERO); in kvm_alloc_stage2_pgd()
/Linux-v5.4/drivers/infiniband/hw/efa/
Defa_verbs.c161 addr = alloc_pages_exact(size, GFP_KERNEL | __GFP_ZERO); in efa_zalloc_mapped()
/Linux-v5.4/drivers/virtio/
Dvirtio_ring.c279 void *queue = alloc_pages_exact(PAGE_ALIGN(size), flag); in vring_alloc_queue()
/Linux-v5.4/arch/s390/kvm/
Dkvm-s390.c2658 new_sca = alloc_pages_exact(sizeof(*new_sca), GFP_KERNEL|__GFP_ZERO); in sca_switch_to_extended()
/Linux-v5.4/drivers/md/
Ddm-integrity.c3839 ic->sb = alloc_pages_exact(SB_SECTORS << SECTOR_SHIFT, GFP_KERNEL); in dm_integrity_ctr()