Searched refs:vm_map_ram (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/ |
H A D | mock_dmabuf.c | 69 vaddr = vm_map_ram(mock->pages, mock->npages, 0); in mock_dmabuf_vmap()
|
/openbmc/linux/include/linux/ |
H A D | vmalloc.h | 131 extern void *vm_map_ram(struct page **pages, unsigned int count, int node);
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/linux/drivers/dma-buf/ |
H A D | udmabuf.c | 71 vaddr = vm_map_ram(ubuf->pages, ubuf->pagecount, -1); in vmap_udmabuf()
|
/openbmc/linux/fs/erofs/ |
H A D | internal.h | 426 void *p = vm_map_ram(pages, count, -1); in erofs_vm_map_ram()
|
/openbmc/linux/mm/ |
H A D | nommu.c | 329 void *vm_map_ram(struct page **pages, unsigned int count, int node) in vm_map_ram() function 334 EXPORT_SYMBOL(vm_map_ram);
|
H A D | vmalloc.c | 1917 #define VMAP_RAM 0x1 /* indicates vm_map_ram area*/ 2351 * vm_unmap_ram - unmap linear kernel address space set up by vm_map_ram 2352 * @mem: the pointer returned by vm_map_ram 2353 * @count: the count passed to that vm_map_ram call (cannot unmap partial) 2386 * vm_map_ram - map pages linearly into kernel virtual address (vmalloc space) 2393 * objects with vm_map_ram(), it could consume lots of address space through 2399 void *vm_map_ram(struct page **pages, unsigned int count, int node) in vm_map_ram() function 2437 EXPORT_SYMBOL(vm_map_ram); 3645 * Read from a vm_map_ram region of memory. 3660 * If it's area created by vm_map_ram() interfac in vmap_ram_vread_iter() [all...] |
/openbmc/linux/mm/kasan/ |
H A D | kasan_test.c | 1370 v_ptr = vm_map_ram(&page, 1, -1); in vm_map_ram_tags()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_buf.c | 440 bp->b_addr = vm_map_ram(bp->b_pages, bp->b_page_count, in _xfs_buf_map_pages()
|
/openbmc/linux/fs/f2fs/ |
H A D | compress.c | 610 buf = vm_map_ram(pages, count, -1); in f2fs_vmap()
|