Searched refs:vm_map_ram (Results 1 – 10 of 10) sorted by relevance
| /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/lib/ |
| H A D | test_vmalloc.c | 406 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 | 3055 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 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()
|