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

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

Completed in 273 milliseconds