Searched refs:alloc_pages_exact (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/arch/openrisc/kernel/ |
D | dma.c | 81 page = alloc_pages_exact(size, gfp); in or1k_dma_alloc_coherent()
|
/linux-3.4.99/include/linux/ |
D | gfp.h | 349 void *alloc_pages_exact(size_t size, gfp_t gfp_mask);
|
/linux-3.4.99/drivers/virtio/ |
D | virtio_mmio.c | 298 info->queue = alloc_pages_exact(size, GFP_KERNEL | __GFP_ZERO); in vm_setup_vq()
|
D | virtio_pci.c | 410 info->queue = alloc_pages_exact(size, GFP_KERNEL|__GFP_ZERO); in setup_vq()
|
/linux-3.4.99/kernel/ |
D | profile.c | 124 prof_buffer = alloc_pages_exact(buffer_bytes, in profile_init()
|
/linux-3.4.99/drivers/video/ |
D | mxsfb.c | 723 fb_virt = alloc_pages_exact(fb_size, GFP_DMA); in mxsfb_init_fbinfo()
|
D | pxafb.c | 912 ofb->video_mem = alloc_pages_exact(PAGE_ALIGN(pxafb->video_mem_size), in pxafb_overlay_map_video_memory() 1713 fbi->video_mem = alloc_pages_exact(size, GFP_KERNEL | __GFP_ZERO); in pxafb_init_video_memory()
|
D | fsl-diu-fb.c | 850 p = alloc_pages_exact(smem_len, GFP_DMA | __GFP_ZERO); in map_video_memory()
|
/linux-3.4.99/mm/ |
D | page_alloc.c | 2562 void *alloc_pages_exact(size_t size, gfp_t gfp_mask) in alloc_pages_exact() function 2570 EXPORT_SYMBOL(alloc_pages_exact); 5310 table = alloc_pages_exact(size, GFP_ATOMIC); in alloc_large_system_hash()
|