Home
last modified time | relevance | path

Searched refs:alloc_pages_exact (Results 1 - 25 of 62) sorted by relevance

123

/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Dpkvm.c141 * 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 Dkernel.h74 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 Dkernel.h75 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 Ddriver.c497 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 Dmemalloc.c146 dmab->area = alloc_pages_exact(size, gfp); in snd_dma_alloc_pages()
H A Dpcm.c952 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 DusX2Yhwdep.c65 us428->us428ctls_sharedmem = alloc_pages_exact(sizeof(struct us428ctls_sharedmem), GFP_KERNEL); in snd_us428ctls_mmap()
H A Dusb_stream.c194 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 DusX2Yhwdep.c242 us428->us428ctls_sharedmem = alloc_pages_exact(US428_SHAREDMEM_PAGES, GFP_KERNEL); in usx2y_hwdep_new()
H A Dusb_stream.c198 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 Dgfp.h582 void *alloc_pages_exact(size_t size, gfp_t gfp_mask);
/kernel/linux/linux-6.6/drivers/xen/
H A Dgrant-dma-ops.c95 ret = alloc_pages_exact(n_pages * XEN_PAGE_SIZE, gfp); in xen_grant_dma_alloc()
/kernel/linux/linux-6.6/include/linux/
H A Dgfp.h298 void *alloc_pages_exact(size_t size, gfp_t gfp_mask) __alloc_size(1);
/kernel/linux/linux-6.6/drivers/thermal/intel/
H A Dintel_hfi.c458 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 Dmap_benchmark.c43 buf = alloc_pages_exact(size, GFP_KERNEL); in map_benchmark_thread()
/kernel/linux/linux-6.6/mm/kfence/
H A Dcore.c934 __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 Dprofile.c130 prof_buffer = alloc_pages_exact(buffer_bytes, in profile_init()
H A Dcrash_core.c436 vmcoreinfo_note = alloc_pages_exact(VMCOREINFO_NOTE_SIZE, in crash_save_vmcoreinfo_init()
/kernel/linux/linux-5.10/net/9p/
H A Dtrans_xen.c361 bytes = alloc_pages_exact(1UL << (order + XEN_PAGE_SHIFT), in xen_9pfs_front_alloc_dataring()
/kernel/linux/linux-6.6/kernel/
H A Dprofile.c126 prof_buffer = alloc_pages_exact(buffer_bytes, in profile_init()
/kernel/linux/linux-6.6/sound/core/
H A Dpcm.c955 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 Dopal-core.c323 oc_conf->opalcorebuf = alloc_pages_exact(oc_conf->opalcorebuf_sz, in create_opalcore()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dopal-core.c323 oc_conf->opalcorebuf = alloc_pages_exact(oc_conf->opalcorebuf_sz, in create_opalcore()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/tee/optee/
H A Dcall.c560 return alloc_pages_exact(get_pages_list_size(num_entries), GFP_KERNEL); in optee_allocate_pages_list()

Completed in 32 milliseconds

123