Searched refs:vm_map_ram (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/include/linux/ |
D | vmalloc.h | 57 extern void *vm_map_ram(struct page **pages, unsigned int count,
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | videobuf2-vmalloc.c | 105 buf->vaddr = vm_map_ram(frame_vector_pages(vec), n_pages, -1, in vb2_vmalloc_get_userptr()
|
D | videobuf2-dma-sg.c | 323 buf->vaddr = vm_map_ram(buf->pages, in vb2_dma_sg_vaddr()
|
/linux-4.4.14/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.4.14/mm/ |
D | nommu.c | 464 void *vm_map_ram(struct page **pages, unsigned int count, int node, pgprot_t prot) in vm_map_ram() function 469 EXPORT_SYMBOL(vm_map_ram);
|
D | vmalloc.c | 1117 void *vm_map_ram(struct page **pages, unsigned int count, int node, pgprot_t prot) in vm_map_ram() function 1144 EXPORT_SYMBOL(vm_map_ram);
|
/linux-4.4.14/fs/xfs/ |
D | xfs_buf.c | 409 bp->b_addr = vm_map_ram(bp->b_pages, bp->b_page_count, in _xfs_buf_map_pages()
|