/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | pkvm.c | 141 * page granularity. So, use alloc_pages_exact() to get individual in __pkvm_create_hyp_vm() 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()
|
/kernel/linux/linux-5.10/tools/virtio/linux/ |
H A D | kernel.h | 74 static inline void *alloc_pages_exact(size_t s, gfp_t gfp) in alloc_pages_exact() function
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-6.6/drivers/firmware/arm_ffa/ |
H A D | driver.c | 497 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()
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | memalloc.c | 146 dmab->area = alloc_pages_exact(size, gfp); in snd_dma_alloc_pages()
|
H A D | pcm.c | 952 runtime->status = alloc_pages_exact(size, GFP_KERNEL); in snd_pcm_attach_substream() 960 runtime->control = alloc_pages_exact(size, GFP_KERNEL); in snd_pcm_attach_substream()
|
/kernel/linux/linux-5.10/sound/usb/usx2y/ |
H A D | usX2Yhwdep.c | 65 us428->us428ctls_sharedmem = alloc_pages_exact(sizeof(struct us428ctls_sharedmem), GFP_KERNEL); in snd_us428ctls_mmap()
|
H A D | usb_stream.c | 194 sk->s = alloc_pages_exact(read_size, in usb_stream_new() 213 sk->write_page = alloc_pages_exact(write_size, in usb_stream_new()
|
/kernel/linux/linux-6.6/sound/usb/usx2y/ |
H A D | usX2Yhwdep.c | 242 us428->us428ctls_sharedmem = alloc_pages_exact(US428_SHAREDMEM_PAGES, GFP_KERNEL); in usx2y_hwdep_new()
|
H A D | usb_stream.c | 198 sk->s = alloc_pages_exact(read_size, in usb_stream_new() 217 sk->write_page = alloc_pages_exact(write_size, in usb_stream_new()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | gfp.h | 582 void *alloc_pages_exact(size_t size, gfp_t gfp_mask);
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | gfp.h | 298 void *alloc_pages_exact(size_t size, gfp_t gfp_mask) __alloc_size(1);
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/kernel/dma/ |
H A D | map_benchmark.c | 43 buf = alloc_pages_exact(size, GFP_KERNEL); in map_benchmark_thread()
|
/kernel/linux/linux-6.6/mm/kfence/ |
H A D | core.c | 934 __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()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | profile.c | 130 prof_buffer = alloc_pages_exact(buffer_bytes, in profile_init()
|
H A D | crash_core.c | 436 vmcoreinfo_note = alloc_pages_exact(VMCOREINFO_NOTE_SIZE, in crash_save_vmcoreinfo_init()
|
/kernel/linux/linux-5.10/net/9p/ |
H A D | trans_xen.c | 361 bytes = alloc_pages_exact(1UL << (order + XEN_PAGE_SHIFT), in xen_9pfs_front_alloc_dataring()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | profile.c | 126 prof_buffer = alloc_pages_exact(buffer_bytes, in profile_init()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm.c | 955 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()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-core.c | 323 oc_conf->opalcorebuf = alloc_pages_exact(oc_conf->opalcorebuf_sz, in create_opalcore()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-core.c | 323 oc_conf->opalcorebuf = alloc_pages_exact(oc_conf->opalcorebuf_sz, in create_opalcore()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/tee/optee/ |
H A D | call.c | 560 return alloc_pages_exact(get_pages_list_size(num_entries), GFP_KERNEL); in optee_allocate_pages_list()
|