Searched refs:vm_unmap_ram (Results 1 – 18 of 18) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | decompressor.c | 254 vm_unmap_ram(src, PAGE_ALIGN(rq->inputsize) >> PAGE_SHIFT); in z_erofs_lz4_decompress() 363 vm_unmap_ram(dst, nrpages_out); in z_erofs_decompress_generic()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | mock_dmabuf.c | 75 vm_unmap_ram(vaddr, mock->npages); in mock_dmabuf_vunmap()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | vmalloc.h | 88 extern void vm_unmap_ram(const void *mem, unsigned int count);
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | compress.c | 697 vm_unmap_ram(cc->cbuf, cc->nr_cpages); in f2fs_compress_pages() 698 vm_unmap_ram(cc->rbuf, cc->cluster_size); in f2fs_compress_pages() 721 vm_unmap_ram(cc->cbuf, cc->nr_cpages); in f2fs_compress_pages() 723 vm_unmap_ram(cc->rbuf, cc->cluster_size); in f2fs_compress_pages() 1527 vm_unmap_ram(dic->cbuf, dic->nr_cpages); in f2fs_release_decomp_mem() 1530 vm_unmap_ram(dic->rbuf, dic->cluster_size); in f2fs_release_decomp_mem()
|
| /OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/ |
| H A D | videobuf2-dma-sg.c | 190 vm_unmap_ram(buf->vaddr, buf->num_pages); in vb2_dma_sg_put() 285 vm_unmap_ram(buf->vaddr, buf->num_pages); in vb2_dma_sg_put_userptr()
|
| H A D | videobuf2-cma-sg.c | 225 vm_unmap_ram(buf->vaddr, buf->num_pages); in vb2_cma_sg_put() 321 vm_unmap_ram(buf->vaddr, buf->num_pages); in vb2_cma_sg_put_userptr()
|
| H A D | videobuf2-vmalloc.c | 138 vm_unmap_ram((void *)vaddr, n_pages); in vb2_vmalloc_put_userptr()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | rkisp_tb_helper.c | 85 vm_unmap_ram(vaddr, data->npages); in shm_vunmap()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | nommu.c | 346 void vm_unmap_ram(const void *mem, unsigned int count) in vm_unmap_ram() function 350 EXPORT_SYMBOL(vm_unmap_ram);
|
| H A D | vmalloc.c | 1807 void vm_unmap_ram(const void *mem, unsigned int count) in vm_unmap_ram() function 1833 EXPORT_SYMBOL(vm_unmap_ram); 1874 vm_unmap_ram(mem, count); in vm_map_ram()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_mtk | 2658 vm_unmap_ram 3311 vm_unmap_ram
|
| H A D | abi_gki_aarch64_exynosauto | 1455 vm_unmap_ram
|
| H A D | abi_gki_aarch64_generic | 2268 vm_unmap_ram
|
| H A D | abi_gki_aarch64_exynos | 2346 vm_unmap_ram
|
| H A D | abi_gki_aarch64_rockchip | 2936 vm_unmap_ram
|
| H A D | abi_gki_aarch64_oplus | 3584 vm_unmap_ram
|
| H A D | abi_gki_aarch64_galaxy | 4544 vm_unmap_ram
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_buf.c | 332 vm_unmap_ram(bp->b_addr - bp->b_offset, in xfs_buf_free()
|