Home
last modified time | relevance | path

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

12

/linux/arch/arm64/kvm/
H A Dpkvm.c116 hyp_vcpu = alloc_pages_exact(hyp_vcpu_sz, GFP_KERNEL_ACCOUNT); in __pkvm_create_hyp_vcpu()
155 pgd = alloc_pages_exact(pgd_sz, GFP_KERNEL_ACCOUNT); in __pkvm_create_hyp_vm()
163 hyp_vm = alloc_pages_exact(hyp_vm_sz, GFP_KERNEL_ACCOUNT); in __pkvm_create_hyp_vm()
/linux/drivers/virt/coco/arm-cca-guest/
H A Darm-cca-guest.c134 buf = alloc_pages_exact(RSI_GRANULE_SIZE, GFP_KERNEL); in arm_cca_report_new()
/linux/tools/virtio/linux/
H A Dkernel.h76 static inline void *alloc_pages_exact(size_t s, gfp_t gfp) in alloc_pages_exact() function
/linux/kernel/
H A Dprofile.c105 prof_buffer = alloc_pages_exact(buffer_bytes, in profile_init()
H A Dvmcore_info.c152 vmcoreinfo_note = alloc_pages_exact(VMCOREINFO_NOTE_SIZE, in crash_save_vmcoreinfo_init()
/linux/sound/usb/usx2y/
H A DusX2Yhwdep.c233 us428->us428ctls_sharedmem = alloc_pages_exact(US428_SHAREDMEM_PAGES, GFP_KERNEL); in usx2y_hwdep_new()
H 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()
/linux/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c232 addr = alloc_pages_exact(len, GFP_KERNEL | __GFP_ZERO); in alloc_quote_buf()
/linux/kernel/dma/
H A Dmap_benchmark.c43 buf = alloc_pages_exact(size, GFP_KERNEL); in map_benchmark_thread()
/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()
/linux/mm/kfence/
H A Dcore.c1024 __kfence_pool = alloc_pages_exact(KFENCE_POOL_SIZE, in kfence_init_late()
1029 kfence_metadata_init = alloc_pages_exact(KFENCE_METADATA_SIZE, in kfence_init_late()
/linux/include/linux/
H A Dgfp.h375 #define alloc_pages_exact(...) alloc_hooks(alloc_pages_exact_noprof(__VA_ARGS__)) macro
/linux/sound/core/
H A Dpcm.c943 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 Dmemalloc.c293 p = alloc_pages_exact(size, gfp); in do_alloc_pages()
/linux/drivers/firmware/efi/stmm/
H A Dtee_stmm_efi.c176 comm_buf = alloc_pages_exact(COMM_BUF_SIZE(payload_size), in setup_mm_hdr()
/linux/drivers/firmware/arm_ffa/
H A Ddriver.c767 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 Dtrans_xen.c349 bytes = alloc_pages_exact(1UL << (order + XEN_PAGE_SHIFT), in xen_9pfs_front_alloc_dataring()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-core.c323 oc_conf->opalcorebuf = alloc_pages_exact(oc_conf->opalcorebuf_sz, in create_opalcore()
/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()
/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.c387 buffer = alloc_pages_exact(size, __GFP_ZERO); in sev_svsm_report_new()
/linux/drivers/tee/
H A Dtee_shm.c350 shm->kaddr = alloc_pages_exact(nr_pages * PAGE_SIZE, in tee_dyn_shm_alloc_helper()
/linux/drivers/xen/xenbus/
H A Dxenbus_client.c404 addr = *vaddr = alloc_pages_exact(ring_size, gfp | __GFP_ZERO); in xenbus_setup_ring()
/linux/sound/xen/
H A Dxen_snd_front_alsa.c439 stream->buffer = alloc_pages_exact(buffer_sz, GFP_KERNEL); in shbuf_setup_backstore()
/linux/drivers/video/fbdev/
H A Dpxafb.c914 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/arch/powerpc/kernel/
H A Dfadump.c782 vaddr = alloc_pages_exact(size, GFP_KERNEL | __GFP_ZERO); in fadump_alloc_buffer()

12