/linux-6.1.9/tools/virtio/linux/ |
D | kernel.h | 73 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/ |
D | driver.c | 558 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/ |
D | usX2Yhwdep.c | 242 us428->us428ctls_sharedmem = alloc_pages_exact(US428_SHAREDMEM_PAGES, GFP_KERNEL); in usx2y_hwdep_new()
|
D | usb_stream.c | 198 sk->s = alloc_pages_exact(read_size, in usb_stream_new() 217 sk->write_page = alloc_pages_exact(write_size, in usb_stream_new()
|
D | usx2yhwdeppcm.c | 508 usx2y->hwdep_pcm_shm = alloc_pages_exact(USX2Y_HWDEP_PCM_PAGES, in snd_usx2y_usbpcm_prepare()
|
/linux-6.1.9/drivers/thermal/intel/ |
D | intel_hfi.c | 398 hfi_instance->hw_table = alloc_pages_exact(hfi_features.nr_table_pages, in intel_hfi_online()
|
/linux-6.1.9/include/linux/ |
D | gfp.h | 292 void *alloc_pages_exact(size_t size, gfp_t gfp_mask) __alloc_size(1);
|
/linux-6.1.9/kernel/dma/ |
D | map_benchmark.c | 43 buf = alloc_pages_exact(size, GFP_KERNEL); in map_benchmark_thread()
|
/linux-6.1.9/drivers/xen/ |
D | grant-dma-ops.c | 94 ret = alloc_pages_exact(n_pages * XEN_PAGE_SIZE, gfp); in xen_grant_dma_alloc()
|
/linux-6.1.9/kernel/ |
D | profile.c | 126 prof_buffer = alloc_pages_exact(buffer_bytes, in profile_init()
|
D | crash_core.c | 409 vmcoreinfo_note = alloc_pages_exact(VMCOREINFO_NOTE_SIZE, in crash_save_vmcoreinfo_init()
|
/linux-6.1.9/sound/core/ |
D | pcm.c | 953 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()
|
D | memalloc.c | 288 p = alloc_pages_exact(size, gfp); in do_alloc_pages()
|
/linux-6.1.9/net/9p/ |
D | trans_xen.c | 335 bytes = alloc_pages_exact(1UL << (order + XEN_PAGE_SHIFT), in xen_9pfs_front_alloc_dataring()
|
/linux-6.1.9/arch/powerpc/platforms/powernv/ |
D | opal-core.c | 323 oc_conf->opalcorebuf = alloc_pages_exact(oc_conf->opalcorebuf_sz, in create_opalcore()
|
/linux-6.1.9/drivers/soc/ti/ |
D | knav_qmss_acc.c | 557 list_mem = alloc_pages_exact(mem_size, GFP_KERNEL | GFP_DMA); in knav_init_acc_range()
|
/linux-6.1.9/drivers/vdpa/vdpa_user/ |
D | iova_domain.c | 431 void *orig = alloc_pages_exact(size, flag); in vduse_domain_alloc_coherent()
|
/linux-6.1.9/drivers/xen/xenbus/ |
D | xenbus_client.c | 388 addr = *vaddr = alloc_pages_exact(ring_size, gfp | __GFP_ZERO); in xenbus_setup_ring()
|
/linux-6.1.9/sound/xen/ |
D | xen_snd_front_alsa.c | 444 stream->buffer = alloc_pages_exact(buffer_sz, GFP_KERNEL); in shbuf_setup_backstore()
|
/linux-6.1.9/mm/kfence/ |
D | core.c | 885 __kfence_pool = alloc_pages_exact(KFENCE_POOL_SIZE, GFP_KERNEL); in kfence_init_late()
|
/linux-6.1.9/drivers/infiniband/hw/erdma/ |
D | erdma_verbs.c | 499 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/ |
D | fadump.c | 791 vaddr = alloc_pages_exact(size, GFP_KERNEL | __GFP_ZERO); in fadump_alloc_buffer()
|
/linux-6.1.9/drivers/video/fbdev/ |
D | pxafb.c | 916 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/ |
D | mmu.c | 113 return alloc_pages_exact(size, GFP_KERNEL_ACCOUNT | __GFP_ZERO); in kvm_host_zalloc_pages_exact()
|
/linux-6.1.9/drivers/tee/optee/ |
D | smc_abi.c | 359 return alloc_pages_exact(get_pages_list_size(num_entries), GFP_KERNEL); in optee_allocate_pages_list()
|