| /linux/arch/arm64/kvm/ |
| H A D | pkvm.c | 116 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 D | arm-cca-guest.c | 134 buf = alloc_pages_exact(RSI_GRANULE_SIZE, GFP_KERNEL); in arm_cca_report_new()
|
| /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
|
| /linux/kernel/ |
| H A D | profile.c | 105 prof_buffer = alloc_pages_exact(buffer_bytes, in profile_init()
|
| H A D | vmcore_info.c | 146 vmcoreinfo_note = alloc_pages_exact(VMCOREINFO_NOTE_SIZE, in crash_save_vmcoreinfo_init()
|
| /linux/sound/usb/usx2y/ |
| H A D | usX2Yhwdep.c | 233 us428->us428ctls_sharedmem = alloc_pages_exact(US428_SHAREDMEM_PAGES, GFP_KERNEL); in usx2y_hwdep_new()
|
| H 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()
|
| /linux/drivers/virt/coco/tdx-guest/ |
| H A D | tdx-guest.c | 228 addr = alloc_pages_exact(len, GFP_KERNEL | __GFP_ZERO); in alloc_quote_buf()
|
| /linux/kernel/dma/ |
| H A D | map_benchmark.c | 43 buf = alloc_pages_exact(size, GFP_KERNEL); in map_benchmark_thread()
|
| /linux/mm/kfence/ |
| H A D | core.c | 982 __kfence_pool = alloc_pages_exact(KFENCE_POOL_SIZE, GFP_KERNEL); in kfence_init_late() 986 kfence_metadata_init = alloc_pages_exact(KFENCE_METADATA_SIZE, GFP_KERNEL); in kfence_init_late()
|
| /linux/include/linux/ |
| H A D | gfp.h | 368 #define alloc_pages_exact(...) alloc_hooks(alloc_pages_exact_noprof(__VA_ARGS__)) macro
|
| /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()
|
| /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()
|
| /linux/drivers/firmware/efi/stmm/ |
| H A D | tee_stmm_efi.c | 177 comm_buf = alloc_pages_exact(COMM_BUF_SIZE(payload_size), in setup_mm_hdr()
|
| /linux/drivers/firmware/arm_ffa/ |
| H A D | driver.c | 763 buffer = alloc_pages_exact(rxtx_bufsz, GFP_KERNEL); in ffa_memory_ops() 2038 drv_info->rx_buffer = alloc_pages_exact(rxtx_bufsz, GFP_KERNEL); in ffa_init() 2044 drv_info->tx_buffer = alloc_pages_exact(rxtx_bufsz, GFP_KERNEL); in ffa_init()
|
| /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()
|
| /linux/net/9p/ |
| H A D | trans_xen.c | 342 bytes = alloc_pages_exact(1UL << (order + XEN_PAGE_SHIFT), in xen_9pfs_front_alloc_dataring()
|
| /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()
|
| /linux/drivers/virt/coco/sev-guest/ |
| H A D | sev-guest.c | 387 buffer = alloc_pages_exact(size, __GFP_ZERO); in sev_svsm_report_new()
|
| /linux/drivers/tee/ |
| H A D | tee_shm.c | 368 shm->kaddr = alloc_pages_exact(nr_pages * PAGE_SIZE, in tee_dyn_shm_alloc_helper()
|
| /linux/drivers/xen/xenbus/ |
| H A D | xenbus_client.c | 399 addr = *vaddr = alloc_pages_exact(ring_size, gfp | __GFP_ZERO); in xenbus_setup_ring()
|
| /linux/sound/xen/ |
| H A D | xen_snd_front_alsa.c | 439 stream->buffer = alloc_pages_exact(buffer_sz, GFP_KERNEL); in shbuf_setup_backstore()
|
| /linux/sound/core/ |
| H A D | memalloc.c | 293 p = alloc_pages_exact(size, gfp); in do_alloc_pages()
|
| /linux/drivers/video/fbdev/ |
| H A D | pxafb.c | 914 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 D | fadump.c | 782 vaddr = alloc_pages_exact(size, GFP_KERNEL | __GFP_ZERO); in fadump_alloc_buffer()
|