Searched refs:vm_unmap_ram (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | mock_dmabuf.c | 94 vm_unmap_ram(vaddr, mock->npages); in mock_dmabuf_vunmap()
|
/Linux-v4.19/include/linux/ |
D | vmalloc.h | 59 extern void vm_unmap_ram(const void *mem, unsigned int count);
|
/Linux-v4.19/drivers/media/common/videobuf2/ |
D | videobuf2-dma-sg.c | 186 vm_unmap_ram(buf->vaddr, buf->num_pages); in vb2_dma_sg_put() 293 vm_unmap_ram(buf->vaddr, buf->num_pages); in vb2_dma_sg_put_userptr()
|
D | videobuf2-vmalloc.c | 140 vm_unmap_ram((void *)vaddr, n_pages); in vb2_vmalloc_put_userptr()
|
/Linux-v4.19/drivers/staging/android/ion/ |
D | ion_heap.c | 105 vm_unmap_ram(addr, num); in ion_heap_clear_pages()
|
/Linux-v4.19/drivers/staging/erofs/ |
D | Kconfig | 70 use vm_map_ram/vm_unmap_ram instead of vmap/vunmap.
|
D | internal.h | 534 vm_unmap_ram(mem, count); in erofs_vunmap()
|
/Linux-v4.19/mm/ |
D | vmalloc.c | 1119 void vm_unmap_ram(const void *mem, unsigned int count) in vm_unmap_ram() function 1143 EXPORT_SYMBOL(vm_unmap_ram); 1182 vm_unmap_ram(mem, count); in vm_map_ram()
|
D | nommu.c | 437 void vm_unmap_ram(const void *mem, unsigned int count) in vm_unmap_ram() function 441 EXPORT_SYMBOL(vm_unmap_ram);
|
/Linux-v4.19/fs/xfs/ |
D | xfs_buf.c | 308 vm_unmap_ram(bp->b_addr - bp->b_offset, in xfs_buf_free()
|