Searched refs:vm_map_ram (Results 1 – 18 of 18) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | mock_dmabuf.c | 68 return vm_map_ram(mock->pages, mock->npages, 0); in mock_dmabuf_vmap()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | vmalloc.h | 89 extern void *vm_map_ram(struct page **pages, unsigned int count, int node);
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | rkisp_tb_helper.c | 78 return vm_map_ram(data->pages, data->npages, 0); in shm_vmap()
|
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | internal.h | 413 void *p = vm_map_ram(pages, count, -1); in erofs_vm_map_ram()
|
| /OK3568_Linux_fs/kernel/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 | 305 buf->vaddr = vm_map_ram(buf->pages, buf->num_pages, -1); in vb2_dma_sg_vaddr()
|
| H A D | videobuf2-cma-sg.c | 341 buf->vaddr = vm_map_ram(buf->pages, buf->num_pages, -1); in vb2_cma_sg_vaddr()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | nommu.c | 339 void *vm_map_ram(struct page **pages, unsigned int count, int node) in vm_map_ram() function 344 EXPORT_SYMBOL(vm_map_ram);
|
| H A D | vmalloc.c | 1849 void *vm_map_ram(struct page **pages, unsigned int count, int node) in vm_map_ram() function 1879 EXPORT_SYMBOL(vm_map_ram);
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_mtk | 2656 vm_map_ram 3310 vm_map_ram
|
| H A D | abi_gki_aarch64_exynosauto | 1454 vm_map_ram
|
| H A D | abi_gki_aarch64_generic | 2267 vm_map_ram
|
| H A D | abi_gki_aarch64_exynos | 2345 vm_map_ram
|
| H A D | abi_gki_aarch64_rockchip | 2935 vm_map_ram
|
| H A D | abi_gki_aarch64_oplus | 3580 vm_map_ram
|
| H A D | abi_gki_aarch64_galaxy | 4540 vm_map_ram
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_buf.c | 489 bp->b_addr = vm_map_ram(bp->b_pages, bp->b_page_count, in _xfs_buf_map_pages()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | compress.c | 606 buf = vm_map_ram(pages, count, -1); in f2fs_vmap()
|