Searched refs:vm_map_ram (Results 1 – 9 of 9) sorted by relevance
/linux/lib/ |
H A D | test_vmalloc.c | 382 v_ptr = vm_map_ram(pages, map_nr_pages, NUMA_NO_NODE); in vm_map_ram_test()
|
/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()
|
H A D | videobuf2-dma-sg.c | 317 buf->vaddr = vm_map_ram(buf->pages, buf->num_pages, -1); in vb2_dma_sg_vaddr()
|
/linux/fs/erofs/ |
H A D | internal.h | 414 void *p = vm_map_ram(pages, count, -1); in erofs_vm_map_ram()
|
/linux/mm/ |
H A D | nommu.c | 311 void *vm_map_ram(struct page **pages, unsigned int count, int node) in vm_map_ram() function 316 EXPORT_SYMBOL(vm_map_ram);
|
H A D | vmalloc.c | 2974 void *vm_map_ram(struct page **pages, unsigned int count, int node) in vm_map_ram() function 3013 EXPORT_SYMBOL(vm_map_ram);
|
/linux/fs/xfs/ |
H A D | xfs_buf.c | 380 bp->b_addr = vm_map_ram(bp->b_pages, bp->b_page_count, in _xfs_buf_map_pages()
|
/linux/mm/kasan/ |
H A D | kasan_test_c.c | 1831 v_ptr = vm_map_ram(&page, 1, -1); in vm_map_ram_tags()
|
/linux/fs/f2fs/ |
H A D | compress.c | 612 buf = vm_map_ram(pages, count, -1); in f2fs_vmap()
|