Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dvmalloc.h56 extern void vm_unmap_ram(const void *mem, unsigned int count);
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-dma-sg.c194 vm_unmap_ram(buf->vaddr, buf->num_pages); in vb2_dma_sg_put()
303 vm_unmap_ram(buf->vaddr, buf->num_pages); in vb2_dma_sg_put_userptr()
Dvideobuf2-vmalloc.c134 vm_unmap_ram((void *)vaddr, n_pages); in vb2_vmalloc_put_userptr()
/linux-4.4.14/drivers/staging/android/ion/
Dion_heap.c113 vm_unmap_ram(addr, num); in ion_heap_clear_pages()
/linux-4.4.14/mm/
Dvmalloc.c1082 void vm_unmap_ram(const void *mem, unsigned int count) in vm_unmap_ram() function
1100 EXPORT_SYMBOL(vm_unmap_ram);
1139 vm_unmap_ram(mem, count); in vm_map_ram()
Dnommu.c471 void vm_unmap_ram(const void *mem, unsigned int count) in vm_unmap_ram() function
475 EXPORT_SYMBOL(vm_unmap_ram);
/linux-4.4.14/fs/xfs/
Dxfs_buf.c267 vm_unmap_ram(bp->b_addr - bp->b_offset, in xfs_buf_free()