Searched refs:vm_map_ram (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | mock_dmabuf.c | 70 vaddr = vm_map_ram(mock->pages, mock->npages, 0); in mock_dmabuf_vmap()
|
| /linux/include/linux/ |
| H A D | vmalloc.h | 143 extern void *vm_map_ram(struct page **pages, unsigned int count, int node);
|
| /linux/drivers/media/common/videobuf2/ |
| H A D | videobuf2-vmalloc.c | 110 buf->vaddr = vm_map_ram(frame_vector_pages(vec), n_pages, -1); in vb2_vmalloc_get_userptr()
|
| H A D | videobuf2-dma-sg.c | 317 buf->vaddr = vm_map_ram(buf->pages, buf->num_pages, -1); in vb2_dma_sg_vaddr()
|
| /linux/lib/ |
| H A D | test_vmalloc.c | 381 v_ptr = vm_map_ram(pages, map_nr_pages, NUMA_NO_NODE); in vm_map_ram_test()
|
| /linux/fs/erofs/ |
| H A D | internal.h | 444 void *p = vm_map_ram(pages, count, -1); in erofs_vm_map_ram()
|
| /linux/drivers/dma-buf/ |
| H A D | udmabuf.c | 126 vaddr = vm_map_ram(pages, ubuf->pagecount, -1); in vmap_udmabuf()
|
| /linux/mm/ |
| H A D | nommu.c | 321 void *vm_map_ram(struct page **pages, unsigned int count, int node) in vm_map_ram() function 326 EXPORT_SYMBOL(vm_map_ram);
|
| H A D | vmalloc.c | 3029 void *vm_map_ram(struct page **pages, unsigned int count, int node) in vm_map_ram() function 3068 EXPORT_SYMBOL(vm_map_ram);
|
| /linux/mm/kasan/ |
| H A D | kasan_test_c.c | 1956 v_ptr = vm_map_ram(&page, 1, -1); in vm_map_ram_tags()
|
| /linux/fs/f2fs/ |
| H A D | compress.c | 611 buf = vm_map_ram(pages, count, -1); in f2fs_vmap()
|