Searched refs:vm_map_ram (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/gem/selftests/ |
D | mock_dmabuf.c | 70 vaddr = vm_map_ram(mock->pages, mock->npages, 0); in mock_dmabuf_vmap()
|
/linux-6.12.1/include/linux/ |
D | vmalloc.h | 134 extern void *vm_map_ram(struct page **pages, unsigned int count, int node);
|
/linux-6.12.1/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 | 317 buf->vaddr = vm_map_ram(buf->pages, buf->num_pages, -1); in vb2_dma_sg_vaddr()
|
/linux-6.12.1/lib/ |
D | test_vmalloc.c | 382 v_ptr = vm_map_ram(pages, map_nr_pages, NUMA_NO_NODE); in vm_map_ram_test()
|
/linux-6.12.1/fs/erofs/ |
D | internal.h | 431 void *p = vm_map_ram(pages, count, -1); in erofs_vm_map_ram()
|
/linux-6.12.1/drivers/dma-buf/ |
D | udmabuf.c | 90 vaddr = vm_map_ram(pages, ubuf->pagecount, -1); in vmap_udmabuf()
|
/linux-6.12.1/mm/ |
D | nommu.c | 311 void *vm_map_ram(struct page **pages, unsigned int count, int node) in vm_map_ram() function 316 EXPORT_SYMBOL(vm_map_ram);
|
D | vmalloc.c | 2958 void *vm_map_ram(struct page **pages, unsigned int count, int node) in vm_map_ram() function 2997 EXPORT_SYMBOL(vm_map_ram);
|
/linux-6.12.1/mm/kasan/ |
D | kasan_test_c.c | 1799 v_ptr = vm_map_ram(&page, 1, -1); in vm_map_ram_tags()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_buf.c | 454 bp->b_addr = vm_map_ram(bp->b_pages, bp->b_page_count, in _xfs_buf_map_pages()
|
/linux-6.12.1/fs/f2fs/ |
D | compress.c | 612 buf = vm_map_ram(pages, count, -1); in f2fs_vmap()
|