Searched refs:vm_map_ram (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/gpu/drm/i915/gem/selftests/ |
A D | mock_dmabuf.c | 69 vaddr = vm_map_ram(mock->pages, mock->npages, 0); in mock_dmabuf_vmap()
|
/linux/include/linux/ |
A D | vmalloc.h | 126 extern void *vm_map_ram(struct page **pages, unsigned int count, int node);
|
/linux/drivers/media/common/videobuf2/ |
A D | videobuf2-vmalloc.c | 108 buf->vaddr = vm_map_ram(frame_vector_pages(vec), n_pages, -1); in vb2_vmalloc_get_userptr()
|
A D | videobuf2-dma-sg.c | 316 buf->vaddr = vm_map_ram(buf->pages, buf->num_pages, -1); in vb2_dma_sg_vaddr()
|
/linux/fs/erofs/ |
A D | internal.h | 484 void *p = vm_map_ram(pages, count, -1); in erofs_vm_map_ram()
|
/linux/mm/ |
A D | nommu.c | 328 void *vm_map_ram(struct page **pages, unsigned int count, int node) in vm_map_ram() function 333 EXPORT_SYMBOL(vm_map_ram);
|
A D | vmalloc.c | 2185 void *vm_map_ram(struct page **pages, unsigned int count, int node) in vm_map_ram() function 2217 EXPORT_SYMBOL(vm_map_ram);
|
/linux/fs/xfs/ |
A D | xfs_buf.c | 430 bp->b_addr = vm_map_ram(bp->b_pages, bp->b_page_count, in _xfs_buf_map_pages()
|
/linux/fs/f2fs/ |
A D | compress.c | 609 buf = vm_map_ram(pages, count, -1); in f2fs_vmap()
|
/linux/ |
A D | vmlinux.symvers | 11710 0x00000000 vm_map_ram vmlinux EXPORT_SYMBOL
|
A D | System.map | 7292 ffff8000101e4760 T vm_map_ram
|
A D | .tmp_System.map | 7292 ffff8000101e4760 T vm_map_ram
|
Completed in 299 milliseconds