Home
last modified time | relevance | path

Searched refs:vm_map_ram (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/i915/gem/selftests/
H A Dmock_dmabuf.c70 vaddr = vm_map_ram(mock->pages, mock->npages, 0); in mock_dmabuf_vmap()
/linux/include/linux/
H A Dvmalloc.h147 extern void *vm_map_ram(struct page **pages, unsigned int count, int node);
/linux/drivers/crypto/ccp/
H A Dsev-dev-tio.c341 buf = vm_map_ram(pp, npages, 0); in sla_buffer_map()
346 buf = vm_map_ram(&pg, 1, 0); in sla_buffer_map()
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-vmalloc.c110 buf->vaddr = vm_map_ram(frame_vector_pages(vec), n_pages, -1); in vb2_vmalloc_get_userptr()
/linux/fs/erofs/
H A Dinternal.h431 void *p = vm_map_ram(pages, count, -1); in erofs_vm_map_ram()
/linux/drivers/dma-buf/
H A Dudmabuf.c114 vaddr = vm_map_ram(ubuf->pages, ubuf->pagecount, -1); in vmap_udmabuf()
/linux/mm/
H A Dnommu.c321 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 Dvmalloc.c3084 void *vm_map_ram(struct page **pages, unsigned int count, int node) in vm_map_ram() function
3123 EXPORT_SYMBOL(vm_map_ram);
/linux/fs/fuse/
H A Dreaddir.c413 buf = vm_map_ram(pages, ap->num_folios, -1); in fuse_readdir_uncached()