| /linux/tools/virtio/linux/ |
| H A D | kernel.h | 76 static inline void *alloc_pages_exact(size_t s, gfp_t gfp) in alloc_pages_exact() function
|
| /linux/kernel/ |
| H A D | profile.c | 105 prof_buffer = alloc_pages_exact(buffer_bytes, in profile_init()
|
| /linux/sound/usb/usx2y/ |
| H A D | usX2Yhwdep.c | 233 us428->us428ctls_sharedmem = alloc_pages_exact(US428_SHAREDMEM_PAGES, GFP_KERNEL); in usx2y_hwdep_new()
|
| H A D | usb_stream.c | 195 sk->s = alloc_pages_exact(read_size, in usb_stream_new() 214 sk->write_page = alloc_pages_exact(write_size, in usb_stream_new()
|
| /linux/drivers/virt/coco/sev-guest/ |
| H A D | sev-guest.c | 213 req.certs_data = alloc_pages_exact(npages << PAGE_SHIFT, in get_ext_report() 385 buffer = alloc_pages_exact(size, __GFP_ZERO); in sev_svsm_report_new()
|
| /linux/drivers/virt/coco/tdx-guest/ |
| H A D | tdx-guest.c | 232 addr = alloc_pages_exact(len, GFP_KERNEL | __GFP_ZERO); in alloc_quote_buf()
|
| /linux/mm/kfence/ |
| H A D | core.c | 1030 __kfence_pool = alloc_pages_exact(KFENCE_POOL_SIZE, in kfence_init_late() 1035 kfence_metadata_init = alloc_pages_exact(KFENCE_METADATA_SIZE, in kfence_init_late()
|
| /linux/include/linux/ |
| H A D | gfp.h | 375 #define alloc_pages_exact(...) alloc_hooks(alloc_pages_exact_noprof(__VA_ARGS__)) macro
|
| /linux/sound/core/ |
| H A D | pcm.c | 943 runtime->status = alloc_pages_exact(size, GFP_KERNEL); in snd_pcm_attach_substream() 951 runtime->control = alloc_pages_exact(size, GFP_KERNEL); in snd_pcm_attach_substream()
|
| H A D | memalloc.c | 293 p = alloc_pages_exact(size, gfp); in do_alloc_pages()
|
| /linux/drivers/firmware/efi/stmm/ |
| H A D | tee_stmm_efi.c | 176 comm_buf = alloc_pages_exact(COMM_BUF_SIZE(payload_size), in setup_mm_hdr()
|
| /linux/drivers/firmware/arm_ffa/ |
| H A D | driver.c | 767 buffer = alloc_pages_exact(rxtx_bufsz, GFP_KERNEL); in ffa_memory_ops() 2067 drv_info->rx_buffer = alloc_pages_exact(rxtx_bufsz, GFP_KERNEL); in ffa_init() 2073 drv_info->tx_buffer = alloc_pages_exact(rxtx_bufsz, GFP_KERNEL); in ffa_init()
|
| /linux/net/9p/ |
| H A D | trans_xen.c | 363 bytes = alloc_pages_exact(1UL << (order + XEN_PAGE_SHIFT), in xen_9pfs_front_alloc_dataring()
|
| /linux/drivers/soc/ti/ |
| H A D | knav_qmss_acc.c | 557 list_mem = alloc_pages_exact(mem_size, GFP_KERNEL | GFP_DMA); in knav_init_acc_range()
|
| /linux/drivers/tee/ |
| H A D | tee_shm.c | 350 shm->kaddr = alloc_pages_exact(nr_pages * PAGE_SIZE, in tee_dyn_shm_alloc_helper()
|
| /linux/drivers/xen/xenbus/ |
| H A D | xenbus_client.c | 404 addr = *vaddr = alloc_pages_exact(ring_size, gfp | __GFP_ZERO); in xenbus_setup_ring()
|
| /linux/sound/xen/ |
| H A D | xen_snd_front_alsa.c | 439 stream->buffer = alloc_pages_exact(buffer_sz, GFP_KERNEL); in shbuf_setup_backstore()
|
| /linux/drivers/video/fbdev/ |
| H A D | pxafb.c | 914 ofb->video_mem = alloc_pages_exact(PAGE_ALIGN(pxafb->video_mem_size), in pxafb_overlay_map_video_memory() 1699 fbi->video_mem = alloc_pages_exact(size, GFP_KERNEL | __GFP_ZERO); in pxafb_init_video_memory()
|
| /linux/drivers/xen/ |
| H A D | pvcalls-front.c | 366 bytes = alloc_pages_exact(PAGE_SIZE << PVCALLS_RING_ORDER, in alloc_active_ring()
|
| /linux/drivers/tee/optee/ |
| H A D | smc_abi.c | 380 return alloc_pages_exact(get_pages_list_size(num_entries), GFP_KERNEL); in optee_allocate_pages_list()
|
| /linux/mm/ |
| H A D | mm_init.c | 2447 table = alloc_pages_exact(size, gfp_flags); in alloc_large_system_hash()
|
| /linux/arch/arm64/kvm/ |
| H A D | mmu.c | 211 return alloc_pages_exact(size, GFP_KERNEL_ACCOUNT | __GFP_ZERO); in kvm_host_zalloc_pages_exact()
|
| /linux/drivers/vdpa/vdpa_user/ |
| H A D | vduse_dev.c | 979 addr = alloc_pages_exact(size, flag); in vduse_dev_alloc_coherent()
|
| /linux/drivers/infiniband/hw/efa/ |
| H A D | efa_verbs.c | 190 addr = alloc_pages_exact(size, GFP_KERNEL | __GFP_ZERO); in efa_zalloc_mapped()
|
| /linux/drivers/virtio/ |
| H A D | virtio_ring.c | 384 void *queue = alloc_pages_exact(PAGE_ALIGN(size), flag); in vring_alloc_queue()
|