Searched refs:vm_map_ram (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/i915/gem/selftests/ |
D | mock_dmabuf.c | 68 return vm_map_ram(mock->pages, mock->npages, 0); in mock_dmabuf_vmap()
|
/Linux-v5.10/include/linux/ |
D | vmalloc.h | 92 extern void *vm_map_ram(struct page **pages, unsigned int count, int node);
|
/Linux-v5.10/fs/erofs/ |
D | decompressor.c | 277 dst = vm_map_ram(rq->out, nrpages_out, -1); in z_erofs_decompress_generic()
|
/Linux-v5.10/drivers/media/common/videobuf2/ |
D | videobuf2-vmalloc.c | 110 buf->vaddr = vm_map_ram(frame_vector_pages(vec), n_pages, -1); in vb2_vmalloc_get_userptr()
|
D | videobuf2-dma-sg.c | 305 buf->vaddr = vm_map_ram(buf->pages, buf->num_pages, -1); in vb2_dma_sg_vaddr()
|
/Linux-v5.10/mm/ |
D | nommu.c | 339 void *vm_map_ram(struct page **pages, unsigned int count, int node) in vm_map_ram() function 344 EXPORT_SYMBOL(vm_map_ram);
|
D | vmalloc.c | 1842 void *vm_map_ram(struct page **pages, unsigned int count, int node) in vm_map_ram() function 1872 EXPORT_SYMBOL(vm_map_ram);
|
/Linux-v5.10/fs/f2fs/ |
D | compress.c | 590 buf = vm_map_ram(pages, count, -1); in f2fs_vmap()
|
/Linux-v5.10/fs/xfs/ |
D | xfs_buf.c | 489 bp->b_addr = vm_map_ram(bp->b_pages, bp->b_page_count, in _xfs_buf_map_pages()
|