Searched refs:vm_unmap_ram (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/i915/gem/selftests/ |
D | mock_dmabuf.c | 75 vm_unmap_ram(vaddr, mock->npages); in mock_dmabuf_vunmap()
|
/Linux-v5.10/include/linux/ |
D | vmalloc.h | 91 extern void vm_unmap_ram(const void *mem, unsigned int count);
|
/Linux-v5.10/fs/f2fs/ |
D | compress.c | 675 vm_unmap_ram(cc->cbuf, cc->nr_cpages); in f2fs_compress_pages() 676 vm_unmap_ram(cc->rbuf, cc->cluster_size); in f2fs_compress_pages() 699 vm_unmap_ram(cc->cbuf, cc->nr_cpages); in f2fs_compress_pages() 701 vm_unmap_ram(cc->rbuf, cc->cluster_size); in f2fs_compress_pages() 794 vm_unmap_ram(dic->cbuf, dic->nr_cpages); in f2fs_decompress_pages() 796 vm_unmap_ram(dic->rbuf, dic->cluster_size); in f2fs_decompress_pages()
|
/Linux-v5.10/drivers/media/common/videobuf2/ |
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()
|
D | videobuf2-vmalloc.c | 138 vm_unmap_ram((void *)vaddr, n_pages); in vb2_vmalloc_put_userptr()
|
/Linux-v5.10/fs/erofs/ |
D | decompressor.c | 296 vm_unmap_ram(dst, nrpages_out); in z_erofs_decompress_generic()
|
/Linux-v5.10/mm/ |
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);
|
D | vmalloc.c | 1800 void vm_unmap_ram(const void *mem, unsigned int count) in vm_unmap_ram() function 1826 EXPORT_SYMBOL(vm_unmap_ram); 1867 vm_unmap_ram(mem, count); in vm_map_ram()
|
/Linux-v5.10/fs/xfs/ |
D | xfs_buf.c | 332 vm_unmap_ram(bp->b_addr - bp->b_offset, in xfs_buf_free()
|