Home
last modified time | relevance | path

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

12

/linux-6.1.9/tools/virtio/linux/
Dkernel.h73 static inline void *alloc_pages_exact(size_t s, gfp_t gfp) in alloc_pages_exact() function
/linux-6.1.9/drivers/firmware/arm_ffa/
Ddriver.c558 buffer = alloc_pages_exact(RXTX_BUFFER_SIZE, GFP_KERNEL); in ffa_memory_ops()
803 drv_info->rx_buffer = alloc_pages_exact(RXTX_BUFFER_SIZE, GFP_KERNEL); in ffa_init()
809 drv_info->tx_buffer = alloc_pages_exact(RXTX_BUFFER_SIZE, GFP_KERNEL); in ffa_init()
/linux-6.1.9/sound/usb/usx2y/
DusX2Yhwdep.c242 us428->us428ctls_sharedmem = alloc_pages_exact(US428_SHAREDMEM_PAGES, GFP_KERNEL); in usx2y_hwdep_new()
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()
Dusx2yhwdeppcm.c508 usx2y->hwdep_pcm_shm = alloc_pages_exact(USX2Y_HWDEP_PCM_PAGES, in snd_usx2y_usbpcm_prepare()
/linux-6.1.9/drivers/thermal/intel/
Dintel_hfi.c398 hfi_instance->hw_table = alloc_pages_exact(hfi_features.nr_table_pages, in intel_hfi_online()
/linux-6.1.9/include/linux/
Dgfp.h292 void *alloc_pages_exact(size_t size, gfp_t gfp_mask) __alloc_size(1);
/linux-6.1.9/kernel/dma/
Dmap_benchmark.c43 buf = alloc_pages_exact(size, GFP_KERNEL); in map_benchmark_thread()
/linux-6.1.9/drivers/xen/
Dgrant-dma-ops.c94 ret = alloc_pages_exact(n_pages * XEN_PAGE_SIZE, gfp); in xen_grant_dma_alloc()
/linux-6.1.9/kernel/
Dprofile.c126 prof_buffer = alloc_pages_exact(buffer_bytes, in profile_init()
Dcrash_core.c409 vmcoreinfo_note = alloc_pages_exact(VMCOREINFO_NOTE_SIZE, in crash_save_vmcoreinfo_init()
/linux-6.1.9/sound/core/
Dpcm.c953 runtime->status = alloc_pages_exact(size, GFP_KERNEL); in snd_pcm_attach_substream()
961 runtime->control = alloc_pages_exact(size, GFP_KERNEL); in snd_pcm_attach_substream()
Dmemalloc.c288 p = alloc_pages_exact(size, gfp); in do_alloc_pages()
/linux-6.1.9/net/9p/
Dtrans_xen.c335 bytes = alloc_pages_exact(1UL << (order + XEN_PAGE_SHIFT), in xen_9pfs_front_alloc_dataring()
/linux-6.1.9/arch/powerpc/platforms/powernv/
Dopal-core.c323 oc_conf->opalcorebuf = alloc_pages_exact(oc_conf->opalcorebuf_sz, in create_opalcore()
/linux-6.1.9/drivers/soc/ti/
Dknav_qmss_acc.c557 list_mem = alloc_pages_exact(mem_size, GFP_KERNEL | GFP_DMA); in knav_init_acc_range()
/linux-6.1.9/drivers/vdpa/vdpa_user/
Diova_domain.c431 void *orig = alloc_pages_exact(size, flag); in vduse_domain_alloc_coherent()
/linux-6.1.9/drivers/xen/xenbus/
Dxenbus_client.c388 addr = *vaddr = alloc_pages_exact(ring_size, gfp | __GFP_ZERO); in xenbus_setup_ring()
/linux-6.1.9/sound/xen/
Dxen_snd_front_alsa.c444 stream->buffer = alloc_pages_exact(buffer_sz, GFP_KERNEL); in shbuf_setup_backstore()
/linux-6.1.9/mm/kfence/
Dcore.c885 __kfence_pool = alloc_pages_exact(KFENCE_POOL_SIZE, GFP_KERNEL); in kfence_init_late()
/linux-6.1.9/drivers/infiniband/hw/erdma/
Derdma_verbs.c499 alloc_pages_exact(MTT_SIZE(mem->page_cnt), GFP_KERNEL); in get_mtt_entries()
841 alloc_pages_exact(MTT_SIZE(mr->mem.page_cnt), GFP_KERNEL); in erdma_ib_alloc_mr()
/linux-6.1.9/arch/powerpc/kernel/
Dfadump.c791 vaddr = alloc_pages_exact(size, GFP_KERNEL | __GFP_ZERO); in fadump_alloc_buffer()
/linux-6.1.9/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()
/linux-6.1.9/arch/arm64/kvm/
Dmmu.c113 return alloc_pages_exact(size, GFP_KERNEL_ACCOUNT | __GFP_ZERO); in kvm_host_zalloc_pages_exact()
/linux-6.1.9/drivers/tee/optee/
Dsmc_abi.c359 return alloc_pages_exact(get_pages_list_size(num_entries), GFP_KERNEL); in optee_allocate_pages_list()

12