Home
last modified time | relevance | path

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

/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/lib/
H A Dtest_vmalloc.c406 v_ptr = vm_map_ram(pages, map_nr_pages, NUMA_NO_NODE); in vm_map_ram_test()
/linux/fs/erofs/
H A Dinternal.h444 void *p = vm_map_ram(pages, count, -1); in erofs_vm_map_ram()
/linux/drivers/dma-buf/
H A Dudmabuf.c126 vaddr = vm_map_ram(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.c3055 void *vm_map_ram(struct page **pages, unsigned int count, int node) in vm_map_ram() function
3094 EXPORT_SYMBOL(vm_map_ram);
/linux/mm/kasan/
H A Dkasan_test_c.c1956 v_ptr = vm_map_ram(&page, 1, -1); in vm_map_ram_tags()
/linux/fs/f2fs/
H A Dcompress.c611 buf = vm_map_ram(pages, count, -1); in f2fs_vmap()