Searched refs:vm_unmap_ram (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | mock_dmabuf.c | 82 vm_unmap_ram(map->vaddr, mock->npages); in mock_dmabuf_vunmap()
|
| /linux/fs/erofs/ |
| H A D | decompressor.c | 213 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 D | vmalloc.h | 146 extern void vm_unmap_ram(const void *mem, unsigned int count);
|
| /linux/drivers/crypto/ccp/ |
| H A D | sev-dev-tio.c | 370 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 D | videobuf2-vmalloc.c | 137 vm_unmap_ram((void *)vaddr, n_pages); in vb2_vmalloc_put_userptr()
|
| /linux/drivers/dma-buf/ |
| H A D | udmabuf.c | 128 vm_unmap_ram(map->vaddr, ubuf->pagecount); in vunmap_udmabuf()
|
| /linux/mm/ |
| H A D | nommu.c | 328 void vm_unmap_ram(const void *mem, unsigned int count) in vm_unmap_ram() function 332 EXPORT_SYMBOL(vm_unmap_ram);
|
| H A D | vmalloc.c | 3041 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 D | readdir.c | 422 vm_unmap_ram(buf, ap->num_folios); in fuse_readdir_uncached()
|