Searched refs:vm_map_ram (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/include/linux/ |
D | vmalloc.h | 57 extern void *vm_map_ram(struct page **pages, unsigned int count,
|
/linux-4.1.27/drivers/staging/android/ion/ |
D | ion_heap.c | 108 void *addr = vm_map_ram(pages, num, -1, pgprot); in ion_heap_clear_pages()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | videobuf2-vmalloc.c | 119 buf->vaddr = vm_map_ram(buf->pages, buf->n_pages, -1, in vb2_vmalloc_get_userptr()
|
D | videobuf2-dma-sg.c | 379 buf->vaddr = vm_map_ram(buf->pages, in vb2_dma_sg_vaddr()
|
/linux-4.1.27/mm/ |
D | nommu.c | 480 void *vm_map_ram(struct page **pages, unsigned int count, int node, pgprot_t prot) in vm_map_ram() function 485 EXPORT_SYMBOL(vm_map_ram);
|
D | vmalloc.c | 1115 void *vm_map_ram(struct page **pages, unsigned int count, int node, pgprot_t prot) in vm_map_ram() function 1142 EXPORT_SYMBOL(vm_map_ram);
|
/linux-4.1.27/fs/xfs/ |
D | xfs_buf.c | 408 bp->b_addr = vm_map_ram(bp->b_pages, bp->b_page_count, in _xfs_buf_map_pages()
|