Searched refs:dst_vmap (Results 1 – 2 of 2) sorted by relevance
| /linux/mm/ |
| H A D | userfaultfd.c | 1576 struct vm_area_struct **dst_vmap, in find_vmas_mm_locked() argument 1586 *dst_vmap = vma; in find_vmas_mm_locked() 1603 struct vm_area_struct **dst_vmap, in uffd_move_lock() argument 1613 *dst_vmap = vma; in uffd_move_lock() 1640 vma_end_read(*dst_vmap); in uffd_move_lock() 1643 err = find_vmas_mm_locked(mm, dst_start, src_start, dst_vmap, src_vmap); in uffd_move_lock() 1647 if (!vma_start_read_locked(*dst_vmap)) { in uffd_move_lock() 1653 if (*dst_vmap == *src_vmap) in uffd_move_lock() 1658 vma_end_read(*dst_vmap); in uffd_move_lock() 1679 struct vm_area_struct **dst_vmap, in uffd_move_lock() argument [all …]
|
| /linux/drivers/gpu/drm/sysfb/ |
| H A D | drm_sysfb_modeset.c | 380 void __iomem *dst_vmap = dst.vaddr_iomem; /* TODO: Use mapping abstraction */ in drm_sysfb_plane_helper_atomic_disable() local 398 dst_vmap += drm_fb_clip_offset(dst_pitch, dst_format, &dst_clip); in drm_sysfb_plane_helper_atomic_disable() 400 memset_io(dst_vmap, 0, linepixels * dst_format->cpp[0]); in drm_sysfb_plane_helper_atomic_disable() 401 dst_vmap += dst_pitch; in drm_sysfb_plane_helper_atomic_disable()
|