| /OK3568_Linux_fs/kernel/tools/virtio/linux/ |
| H A D | kernel.h | 73 static inline void *alloc_pages_exact(size_t s, gfp_t gfp) in alloc_pages_exact() function
|
| /OK3568_Linux_fs/kernel/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 | 951 runtime->status = alloc_pages_exact(size, GFP_KERNEL); in snd_pcm_attach_substream() 959 runtime->control = alloc_pages_exact(size, GFP_KERNEL); in snd_pcm_attach_substream()
|
| /OK3568_Linux_fs/kernel/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()
|
| H A D | usx2yhwdeppcm.c | 479 usx2y->hwdep_pcm_shm = alloc_pages_exact(sizeof(struct snd_usx2y_hwdep_pcm_shm), in snd_usx2y_usbpcm_prepare()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | gfp.h | 589 void *alloc_pages_exact(size_t size, gfp_t gfp_mask);
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | crash_core.c | 436 vmcoreinfo_note = alloc_pages_exact(VMCOREINFO_NOTE_SIZE, in crash_save_vmcoreinfo_init()
|
| H A D | profile.c | 130 prof_buffer = alloc_pages_exact(buffer_bytes, in profile_init()
|
| /OK3568_Linux_fs/kernel/net/9p/ |
| H A D | trans_xen.c | 357 bytes = alloc_pages_exact(1UL << (order + XEN_PAGE_SHIFT), in xen_9pfs_front_alloc_dataring()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | opal-core.c | 323 oc_conf->opalcorebuf = alloc_pages_exact(oc_conf->opalcorebuf_sz, in create_opalcore()
|
| /OK3568_Linux_fs/kernel/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()
|
| H A D | knav_qmss_queue.c | 1009 region->virt_start = alloc_pages_exact(size, GFP_KERNEL | GFP_DMA | in knav_queue_setup_region()
|
| /OK3568_Linux_fs/kernel/sound/xen/ |
| H A D | xen_snd_front_alsa.c | 444 stream->buffer = alloc_pages_exact(buffer_sz, GFP_KERNEL); in shbuf_setup_backstore()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_mtk | 19 alloc_pages_exact 2711 alloc_pages_exact
|
| H A D | abi_gki_aarch64_generic | 17 alloc_pages_exact
|
| H A D | abi_gki_aarch64_imx | 7 alloc_pages_exact
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | pxafb.c | 916 ofb->video_mem = alloc_pages_exact(PAGE_ALIGN(pxafb->video_mem_size), in pxafb_overlay_map_video_memory() 1714 fbi->video_mem = alloc_pages_exact(size, GFP_KERNEL | __GFP_ZERO); in pxafb_init_video_memory()
|
| H A D | fsl-diu-fb.c | 873 p = alloc_pages_exact(smem_len, GFP_DMA | __GFP_ZERO); in map_video_memory()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/ |
| H A D | mmu.c | 101 return alloc_pages_exact(size, GFP_KERNEL_ACCOUNT | __GFP_ZERO); in kvm_host_zalloc_pages_exact()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | fadump.c | 779 vaddr = alloc_pages_exact(size, GFP_KERNEL | __GFP_ZERO); in fadump_alloc_buffer()
|
| /OK3568_Linux_fs/kernel/drivers/xen/ |
| H A D | pvcalls-front.c | 355 bytes = alloc_pages_exact(PAGE_SIZE << PVCALLS_RING_ORDER, in alloc_active_ring()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | nommu.c | 1017 base = alloc_pages_exact(total << PAGE_SHIFT, GFP_KERNEL); in do_mmap_private()
|
| H A D | page_alloc.c | 5417 void *alloc_pages_exact(size_t size, gfp_t gfp_mask) in alloc_pages_exact() function 5428 EXPORT_SYMBOL(alloc_pages_exact); 8516 table = alloc_pages_exact(size, gfp_flags); in alloc_large_system_hash()
|