Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/arm64/kvm/
H A Dpkvm.c144 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 Dkernel.h75 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 Ddriver.c497 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 DusX2Yhwdep.c242 us428->us428ctls_sharedmem = alloc_pages_exact(US428_SHAREDMEM_PAGES, GFP_KERNEL); in usx2y_hwdep_new()
H A 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()
H A Dusx2yhwdeppcm.c508 usx2y->hwdep_pcm_shm = alloc_pages_exact(USX2Y_HWDEP_PCM_PAGES, in snd_usx2y_usbpcm_prepare()
/openbmc/linux/include/linux/
H A Dgfp.h292 void *alloc_pages_exact(size_t size, gfp_t gfp_mask) __alloc_size(1);
/openbmc/linux/drivers/thermal/intel/
H A Dintel_hfi.c458 hfi_instance->hw_table = alloc_pages_exact(hfi_features.nr_table_pages, in intel_hfi_online()
/openbmc/linux/kernel/dma/
H A Dmap_benchmark.c43 buf = alloc_pages_exact(size, GFP_KERNEL); in map_benchmark_thread()
/openbmc/linux/mm/kfence/
H A Dcore.c934 __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 Dgrant-dma-ops.c95 ret = alloc_pages_exact(n_pages * XEN_PAGE_SIZE, gfp); in xen_grant_dma_alloc()
H A Dpvcalls-front.c365 bytes = alloc_pages_exact(PAGE_SIZE << PVCALLS_RING_ORDER, in alloc_active_ring()
/openbmc/linux/kernel/
H A Dprofile.c117 prof_buffer = alloc_pages_exact(buffer_bytes, in profile_init()
H A Dcrash_core.c600 vmcoreinfo_note = alloc_pages_exact(VMCOREINFO_NOTE_SIZE, in crash_save_vmcoreinfo_init()
/openbmc/linux/sound/core/
H A Dpcm.c955 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 Dmemalloc.c287 p = alloc_pages_exact(size, gfp); in do_alloc_pages()
/openbmc/linux/net/9p/
H A Dtrans_xen.c340 bytes = alloc_pages_exact(1UL << (order + XEN_PAGE_SHIFT), in xen_9pfs_front_alloc_dataring()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-core.c323 oc_conf->opalcorebuf = alloc_pages_exact(oc_conf->opalcorebuf_sz, in create_opalcore()
/openbmc/linux/drivers/vdpa/vdpa_user/
H A Diova_domain.c431 void *orig = alloc_pages_exact(size, flag); in vduse_domain_alloc_coherent()
/openbmc/linux/drivers/soc/ti/
H A Dknav_qmss_acc.c557 list_mem = alloc_pages_exact(mem_size, GFP_KERNEL | GFP_DMA); in knav_init_acc_range()
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_client.c388 addr = *vaddr = alloc_pages_exact(ring_size, gfp | __GFP_ZERO); in xenbus_setup_ring()
/openbmc/linux/sound/xen/
H A Dxen_snd_front_alsa.c444 stream->buffer = alloc_pages_exact(buffer_sz, GFP_KERNEL); in shbuf_setup_backstore()
/openbmc/linux/drivers/video/fbdev/
H A Dpxafb.c913 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 Dfadump.c783 vaddr = alloc_pages_exact(size, GFP_KERNEL | __GFP_ZERO); in fadump_alloc_buffer()
/openbmc/linux/mm/
H A Dnommu.c960 base = alloc_pages_exact(total << PAGE_SHIFT, GFP_KERNEL); in do_mmap_private()

12