Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dvmalloc.h56 extern void vm_unmap_ram(const void *mem, unsigned int count);
/linux-4.1.27/drivers/media/v4l2-core/
Dvideobuf2-dma-sg.c193 vm_unmap_ram(buf->vaddr, buf->num_pages); in vb2_dma_sg_put()
356 vm_unmap_ram(buf->vaddr, buf->num_pages); in vb2_dma_sg_put_userptr()
Dvideobuf2-vmalloc.c149 vm_unmap_ram((void *)vaddr, buf->n_pages); in vb2_vmalloc_put_userptr()
/linux-4.1.27/drivers/staging/android/ion/
Dion_heap.c113 vm_unmap_ram(addr, num); in ion_heap_clear_pages()
/linux-4.1.27/mm/
Dvmalloc.c1080 void vm_unmap_ram(const void *mem, unsigned int count) in vm_unmap_ram() function
1098 EXPORT_SYMBOL(vm_unmap_ram);
1137 vm_unmap_ram(mem, count); in vm_map_ram()
Dnommu.c487 void vm_unmap_ram(const void *mem, unsigned int count) in vm_unmap_ram() function
491 EXPORT_SYMBOL(vm_unmap_ram);
/linux-4.1.27/fs/xfs/
Dxfs_buf.c267 vm_unmap_ram(bp->b_addr - bp->b_offset, in xfs_buf_free()