Searched refs:vm_map_ram (Results 1 – 9 of 9) 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 | 147 extern void *vm_map_ram(struct page **pages, unsigned int count, int node);
|
| /linux/drivers/crypto/ccp/ |
| H A D | sev-dev-tio.c | 341 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 D | videobuf2-vmalloc.c | 110 buf->vaddr = vm_map_ram(frame_vector_pages(vec), n_pages, -1); in vb2_vmalloc_get_userptr()
|
| /linux/fs/erofs/ |
| H A D | internal.h | 431 void *p = vm_map_ram(pages, count, -1); in erofs_vm_map_ram()
|
| /linux/drivers/dma-buf/ |
| H A D | udmabuf.c | 114 vaddr = vm_map_ram(ubuf->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 | 3084 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 D | readdir.c | 413 buf = vm_map_ram(pages, ap->num_folios, -1); in fuse_readdir_uncached()
|