Home
last modified time | relevance | path

Searched refs:vm_unmap_ram (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/i915/gem/selftests/
H A Dmock_dmabuf.c82 vm_unmap_ram(map->vaddr, mock->npages); in mock_dmabuf_vunmap()
/linux/fs/erofs/
H A Ddecompressor.c213 vm_unmap_ram(src, rq->inpages); in __z_erofs_lz4_decompress()
255 vm_unmap_ram(dst, rq->outpages); in z_erofs_lz4_decompress()
/linux/include/linux/
H A Dvmalloc.h146 extern void vm_unmap_ram(const void *mem, unsigned int count);
/linux/drivers/crypto/ccp/
H A Dsev-dev-tio.c370 vm_unmap_ram(buf, npages); in sla_buffer_unmap()
372 vm_unmap_ram(buf, 1); in sla_buffer_unmap()
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-vmalloc.c137 vm_unmap_ram((void *)vaddr, n_pages); in vb2_vmalloc_put_userptr()
/linux/drivers/dma-buf/
H A Dudmabuf.c128 vm_unmap_ram(map->vaddr, ubuf->pagecount); in vunmap_udmabuf()
/linux/mm/
H A Dnommu.c328 void vm_unmap_ram(const void *mem, unsigned int count) in vm_unmap_ram() function
332 EXPORT_SYMBOL(vm_unmap_ram);
H A Dvmalloc.c3041 void vm_unmap_ram(const void *mem, unsigned int count) in vm_unmap_ram() function
3068 EXPORT_SYMBOL(vm_unmap_ram);
3110 vm_unmap_ram(mem, count); in vm_map_ram()
/linux/fs/fuse/
H A Dreaddir.c422 vm_unmap_ram(buf, ap->num_folios); in fuse_readdir_uncached()