Home
last modified time | relevance | path

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

12

/linux/arch/arm64/kvm/
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()
/linux/tools/virtio/linux/
A Dkernel.h75 static inline void *alloc_pages_exact(size_t s, gfp_t gfp) in alloc_pages_exact() function
/linux/kernel/
A Dprofile.c105 prof_buffer = alloc_pages_exact(buffer_bytes, in profile_init()
A Dvmcore_info.c129 vmcoreinfo_note = alloc_pages_exact(VMCOREINFO_NOTE_SIZE, in crash_save_vmcoreinfo_init()
/linux/drivers/virt/coco/tdx-guest/
A Dtdx-guest.c123 addr = alloc_pages_exact(len, GFP_KERNEL | __GFP_ZERO); in alloc_quote_buf()
/linux/sound/usb/usx2y/
A DusX2Yhwdep.c233 us428->us428ctls_sharedmem = alloc_pages_exact(US428_SHAREDMEM_PAGES, GFP_KERNEL); in usx2y_hwdep_new()
A Dusb_stream.c195 sk->s = alloc_pages_exact(read_size, in usb_stream_new()
214 sk->write_page = alloc_pages_exact(write_size, in usb_stream_new()
A Dusx2yhwdeppcm.c510 usx2y->hwdep_pcm_shm = alloc_pages_exact(USX2Y_HWDEP_PCM_PAGES, in snd_usx2y_usbpcm_prepare()
/linux/kernel/dma/
A Dmap_benchmark.c43 buf = alloc_pages_exact(size, GFP_KERNEL); in map_benchmark_thread()
/linux/drivers/xen/
A Dgrant-dma-ops.c95 ret = alloc_pages_exact(n_pages * XEN_PAGE_SIZE, gfp); in xen_grant_dma_alloc()
/linux/drivers/thermal/intel/
A Dintel_hfi.c458 hfi_instance->hw_table = alloc_pages_exact(hfi_features.nr_table_pages, in intel_hfi_online()
/linux/mm/kfence/
A Dcore.c953 __kfence_pool = alloc_pages_exact(KFENCE_POOL_SIZE, GFP_KERNEL); in kfence_init_late()
957 kfence_metadata_init = alloc_pages_exact(KFENCE_METADATA_SIZE, GFP_KERNEL); in kfence_init_late()
/linux/include/linux/
A Dgfp.h357 #define alloc_pages_exact(...) alloc_hooks(alloc_pages_exact_noprof(__VA_ARGS__)) macro
/linux/drivers/firmware/arm_ffa/
A Ddriver.c698 buffer = alloc_pages_exact(rxtx_bufsz, GFP_KERNEL); in ffa_memory_ops()
1757 drv_info->rx_buffer = alloc_pages_exact(rxtx_bufsz, GFP_KERNEL); in ffa_init()
1763 drv_info->tx_buffer = alloc_pages_exact(rxtx_bufsz, GFP_KERNEL); in ffa_init()
/linux/drivers/tee/
A Dtee_shm.c222 shm->kaddr = alloc_pages_exact(nr_pages * PAGE_SIZE, in tee_dyn_shm_alloc_helper()
/linux/sound/core/
A Dpcm.c945 runtime->status = alloc_pages_exact(size, GFP_KERNEL); in snd_pcm_attach_substream()
953 runtime->control = alloc_pages_exact(size, GFP_KERNEL); in snd_pcm_attach_substream()
A Dmemalloc.c293 p = alloc_pages_exact(size, gfp); in do_alloc_pages()
/linux/arch/powerpc/platforms/powernv/
A Dopal-core.c323 oc_conf->opalcorebuf = alloc_pages_exact(oc_conf->opalcorebuf_sz, in create_opalcore()
/linux/net/9p/
A Dtrans_xen.c339 bytes = alloc_pages_exact(1UL << (order + XEN_PAGE_SHIFT), in xen_9pfs_front_alloc_dataring()
/linux/drivers/soc/ti/
A Dknav_qmss_acc.c557 list_mem = alloc_pages_exact(mem_size, GFP_KERNEL | GFP_DMA); in knav_init_acc_range()
/linux/drivers/xen/xenbus/
A Dxenbus_client.c397 addr = *vaddr = alloc_pages_exact(ring_size, gfp | __GFP_ZERO); in xenbus_setup_ring()
/linux/drivers/vdpa/vdpa_user/
A Diova_domain.c455 void *orig = alloc_pages_exact(size, flag); in vduse_domain_alloc_coherent()
/linux/sound/xen/
A Dxen_snd_front_alsa.c439 stream->buffer = alloc_pages_exact(buffer_sz, GFP_KERNEL); in shbuf_setup_backstore()
/linux/arch/x86/virt/vmx/tdx/
A Dtdx.c358 tdmr_array = alloc_pages_exact(tdmr_array_sz, in alloc_tdmr_list()
/linux/drivers/virt/coco/sev-guest/
A Dsev-guest.c839 buffer = alloc_pages_exact(size, __GFP_ZERO); in sev_svsm_report_new()

Completed in 60 milliseconds

12