/openbmc/linux/arch/arm64/kvm/ |
H A D | pkvm.c | 144 pgd = alloc_pages_exact(pgd_sz, GFP_KERNEL_ACCOUNT); in __pkvm_create_hyp_vm() 152 hyp_vm = alloc_pages_exact(hyp_vm_sz, GFP_KERNEL_ACCOUNT); in __pkvm_create_hyp_vm() 178 hyp_vcpu = alloc_pages_exact(hyp_vcpu_sz, GFP_KERNEL_ACCOUNT); in __pkvm_create_hyp_vm()
|
/openbmc/linux/tools/virtio/linux/ |
H A D | kernel.h | 75 static inline void *alloc_pages_exact(size_t s, gfp_t gfp) in alloc_pages_exact() function
|
/openbmc/linux/drivers/firmware/arm_ffa/ |
H A D | driver.c | 497 buffer = alloc_pages_exact(RXTX_BUFFER_SIZE, GFP_KERNEL); in ffa_memory_ops() 734 drv_info->rx_buffer = alloc_pages_exact(RXTX_BUFFER_SIZE, GFP_KERNEL); in ffa_init() 740 drv_info->tx_buffer = alloc_pages_exact(RXTX_BUFFER_SIZE, GFP_KERNEL); in ffa_init()
|
/openbmc/linux/sound/usb/usx2y/ |
H A D | usX2Yhwdep.c | 242 us428->us428ctls_sharedmem = alloc_pages_exact(US428_SHAREDMEM_PAGES, GFP_KERNEL); in usx2y_hwdep_new()
|
H A 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()
|
H A D | usx2yhwdeppcm.c | 508 usx2y->hwdep_pcm_shm = alloc_pages_exact(USX2Y_HWDEP_PCM_PAGES, in snd_usx2y_usbpcm_prepare()
|
/openbmc/linux/include/linux/ |
H A D | gfp.h | 292 void *alloc_pages_exact(size_t size, gfp_t gfp_mask) __alloc_size(1);
|
/openbmc/linux/drivers/thermal/intel/ |
H A D | intel_hfi.c | 458 hfi_instance->hw_table = alloc_pages_exact(hfi_features.nr_table_pages, in intel_hfi_online()
|
/openbmc/linux/kernel/dma/ |
H A D | map_benchmark.c | 43 buf = alloc_pages_exact(size, GFP_KERNEL); in map_benchmark_thread()
|
/openbmc/linux/mm/kfence/ |
H A D | core.c | 934 __kfence_pool = alloc_pages_exact(KFENCE_POOL_SIZE, GFP_KERNEL); in kfence_init_late() 938 kfence_metadata_init = alloc_pages_exact(KFENCE_METADATA_SIZE, GFP_KERNEL); in kfence_init_late()
|
/openbmc/linux/drivers/xen/ |
H A D | grant-dma-ops.c | 95 ret = alloc_pages_exact(n_pages * XEN_PAGE_SIZE, gfp); in xen_grant_dma_alloc()
|
H A D | pvcalls-front.c | 365 bytes = alloc_pages_exact(PAGE_SIZE << PVCALLS_RING_ORDER, in alloc_active_ring()
|
/openbmc/linux/kernel/ |
H A D | profile.c | 117 prof_buffer = alloc_pages_exact(buffer_bytes, in profile_init()
|
H A D | crash_core.c | 600 vmcoreinfo_note = alloc_pages_exact(VMCOREINFO_NOTE_SIZE, in crash_save_vmcoreinfo_init()
|
/openbmc/linux/sound/core/ |
H A D | pcm.c | 955 runtime->status = alloc_pages_exact(size, GFP_KERNEL); in snd_pcm_attach_substream() 963 runtime->control = alloc_pages_exact(size, GFP_KERNEL); in snd_pcm_attach_substream()
|
H A D | memalloc.c | 287 p = alloc_pages_exact(size, gfp); in do_alloc_pages()
|
/openbmc/linux/net/9p/ |
H A D | trans_xen.c | 340 bytes = alloc_pages_exact(1UL << (order + XEN_PAGE_SHIFT), in xen_9pfs_front_alloc_dataring()
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-core.c | 323 oc_conf->opalcorebuf = alloc_pages_exact(oc_conf->opalcorebuf_sz, in create_opalcore()
|
/openbmc/linux/drivers/vdpa/vdpa_user/ |
H A D | iova_domain.c | 431 void *orig = alloc_pages_exact(size, flag); in vduse_domain_alloc_coherent()
|
/openbmc/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()
|
/openbmc/linux/drivers/xen/xenbus/ |
H A D | xenbus_client.c | 388 addr = *vaddr = alloc_pages_exact(ring_size, gfp | __GFP_ZERO); in xenbus_setup_ring()
|
/openbmc/linux/sound/xen/ |
H A D | xen_snd_front_alsa.c | 444 stream->buffer = alloc_pages_exact(buffer_sz, GFP_KERNEL); in shbuf_setup_backstore()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | pxafb.c | 913 ofb->video_mem = alloc_pages_exact(PAGE_ALIGN(pxafb->video_mem_size), in pxafb_overlay_map_video_memory() 1711 fbi->video_mem = alloc_pages_exact(size, GFP_KERNEL | __GFP_ZERO); in pxafb_init_video_memory()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | fadump.c | 783 vaddr = alloc_pages_exact(size, GFP_KERNEL | __GFP_ZERO); in fadump_alloc_buffer()
|
/openbmc/linux/mm/ |
H A D | nommu.c | 960 base = alloc_pages_exact(total << PAGE_SHIFT, GFP_KERNEL); in do_mmap_private()
|