| /linux/arch/arm64/kvm/ |
| 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()
|
| /linux/tools/virtio/linux/ |
| A D | kernel.h | 75 static inline void *alloc_pages_exact(size_t s, gfp_t gfp) in alloc_pages_exact() function
|
| /linux/kernel/ |
| A D | profile.c | 105 prof_buffer = alloc_pages_exact(buffer_bytes, in profile_init()
|
| A D | vmcore_info.c | 129 vmcoreinfo_note = alloc_pages_exact(VMCOREINFO_NOTE_SIZE, in crash_save_vmcoreinfo_init()
|
| /linux/drivers/virt/coco/tdx-guest/ |
| A D | tdx-guest.c | 123 addr = alloc_pages_exact(len, GFP_KERNEL | __GFP_ZERO); in alloc_quote_buf()
|
| /linux/sound/usb/usx2y/ |
| A D | usX2Yhwdep.c | 233 us428->us428ctls_sharedmem = alloc_pages_exact(US428_SHAREDMEM_PAGES, GFP_KERNEL); in usx2y_hwdep_new()
|
| 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()
|
| A D | usx2yhwdeppcm.c | 510 usx2y->hwdep_pcm_shm = alloc_pages_exact(USX2Y_HWDEP_PCM_PAGES, in snd_usx2y_usbpcm_prepare()
|
| /linux/kernel/dma/ |
| A D | map_benchmark.c | 43 buf = alloc_pages_exact(size, GFP_KERNEL); in map_benchmark_thread()
|
| /linux/drivers/xen/ |
| A D | grant-dma-ops.c | 95 ret = alloc_pages_exact(n_pages * XEN_PAGE_SIZE, gfp); in xen_grant_dma_alloc()
|
| /linux/drivers/thermal/intel/ |
| A D | intel_hfi.c | 458 hfi_instance->hw_table = alloc_pages_exact(hfi_features.nr_table_pages, in intel_hfi_online()
|
| /linux/mm/kfence/ |
| A D | core.c | 953 __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 D | gfp.h | 357 #define alloc_pages_exact(...) alloc_hooks(alloc_pages_exact_noprof(__VA_ARGS__)) macro
|
| /linux/drivers/firmware/arm_ffa/ |
| A D | driver.c | 698 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 D | tee_shm.c | 222 shm->kaddr = alloc_pages_exact(nr_pages * PAGE_SIZE, in tee_dyn_shm_alloc_helper()
|
| /linux/sound/core/ |
| A D | pcm.c | 945 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 D | memalloc.c | 293 p = alloc_pages_exact(size, gfp); in do_alloc_pages()
|
| /linux/arch/powerpc/platforms/powernv/ |
| A D | opal-core.c | 323 oc_conf->opalcorebuf = alloc_pages_exact(oc_conf->opalcorebuf_sz, in create_opalcore()
|
| /linux/net/9p/ |
| A D | trans_xen.c | 339 bytes = alloc_pages_exact(1UL << (order + XEN_PAGE_SHIFT), in xen_9pfs_front_alloc_dataring()
|
| /linux/drivers/soc/ti/ |
| 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/xen/xenbus/ |
| A D | xenbus_client.c | 397 addr = *vaddr = alloc_pages_exact(ring_size, gfp | __GFP_ZERO); in xenbus_setup_ring()
|
| /linux/drivers/vdpa/vdpa_user/ |
| A D | iova_domain.c | 455 void *orig = alloc_pages_exact(size, flag); in vduse_domain_alloc_coherent()
|
| /linux/sound/xen/ |
| A D | xen_snd_front_alsa.c | 439 stream->buffer = alloc_pages_exact(buffer_sz, GFP_KERNEL); in shbuf_setup_backstore()
|
| /linux/arch/x86/virt/vmx/tdx/ |
| A D | tdx.c | 358 tdmr_array = alloc_pages_exact(tdmr_array_sz, in alloc_tdmr_list()
|
| /linux/drivers/virt/coco/sev-guest/ |
| A D | sev-guest.c | 839 buffer = alloc_pages_exact(size, __GFP_ZERO); in sev_svsm_report_new()
|