Searched refs:vm_map_ram (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/i915/gem/selftests/ |
D | mock_dmabuf.c | 69 vaddr = vm_map_ram(mock->pages, mock->npages, 0); in mock_dmabuf_vmap()
|
/Linux-v6.1/include/linux/ |
D | vmalloc.h | 129 extern void *vm_map_ram(struct page **pages, unsigned int count, int node);
|
/Linux-v6.1/drivers/media/common/videobuf2/ |
D | videobuf2-vmalloc.c | 108 buf->vaddr = vm_map_ram(frame_vector_pages(vec), n_pages, -1); in vb2_vmalloc_get_userptr()
|
D | videobuf2-dma-sg.c | 315 buf->vaddr = vm_map_ram(buf->pages, buf->num_pages, -1); in vb2_dma_sg_vaddr()
|
/Linux-v6.1/fs/erofs/ |
D | internal.h | 516 void *p = vm_map_ram(pages, count, -1); in erofs_vm_map_ram()
|
/Linux-v6.1/mm/ |
D | nommu.c | 329 void *vm_map_ram(struct page **pages, unsigned int count, int node) in vm_map_ram() function 334 EXPORT_SYMBOL(vm_map_ram);
|
D | vmalloc.c | 2247 void *vm_map_ram(struct page **pages, unsigned int count, int node) in vm_map_ram() function 2284 EXPORT_SYMBOL(vm_map_ram);
|
/Linux-v6.1/mm/kasan/ |
D | kasan_test.c | 1248 v_ptr = vm_map_ram(&page, 1, -1); in vm_map_ram_tags()
|
/Linux-v6.1/fs/xfs/ |
D | xfs_buf.c | 441 bp->b_addr = vm_map_ram(bp->b_pages, bp->b_page_count, in _xfs_buf_map_pages()
|
/Linux-v6.1/fs/f2fs/ |
D | compress.c | 609 buf = vm_map_ram(pages, count, -1); in f2fs_vmap()
|