Searched refs:vm_map_ram (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/i915/gem/selftests/ |
D | mock_dmabuf.c | 69 return vm_map_ram(mock->pages, mock->npages, 0, PAGE_KERNEL); in mock_dmabuf_vmap()
|
/Linux-v5.4/include/linux/ |
D | vmalloc.h | 77 extern void *vm_map_ram(struct page **pages, unsigned int count,
|
/Linux-v5.4/drivers/staging/android/ion/ |
D | ion_heap.c | 102 void *addr = vm_map_ram(pages, num, -1, pgprot); in ion_heap_clear_pages()
|
/Linux-v5.4/fs/erofs/ |
D | decompressor.c | 267 dst = vm_map_ram(rq->out, nrpages_out, -1, PAGE_KERNEL); in z_erofs_decompress_generic()
|
/Linux-v5.4/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 | 312 buf->vaddr = vm_map_ram(buf->pages, in vb2_dma_sg_vaddr()
|
/Linux-v5.4/mm/ |
D | nommu.c | 343 void *vm_map_ram(struct page **pages, unsigned int count, int node, pgprot_t prot) in vm_map_ram() function 348 EXPORT_SYMBOL(vm_map_ram);
|
D | vmalloc.c | 1777 void *vm_map_ram(struct page **pages, unsigned int count, int node, pgprot_t prot) in vm_map_ram() function 1804 EXPORT_SYMBOL(vm_map_ram);
|
/Linux-v5.4/fs/xfs/ |
D | xfs_buf.c | 473 bp->b_addr = vm_map_ram(bp->b_pages, bp->b_page_count, in _xfs_buf_map_pages()
|