Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dmremap.c587 struct vm_userfaultfd_ctx *uf, struct list_head *uf_unmap) in move_vma() argument
718 if (do_vmi_munmap(&vmi, mm, old_addr, old_len, uf_unmap, false) < 0) { in move_vma()
804 struct list_head *uf_unmap) in mremap_to() argument
845 ret = do_munmap(mm, addr+new_len, old_len - new_len, uf_unmap); in mremap_to()
881 uf_unmap); in mremap_to()
918 LIST_HEAD(uf_unmap); in SYSCALL_DEFINE5()
993 &uf_unmap); in SYSCALL_DEFINE5()
1012 &uf_unmap, true); in SYSCALL_DEFINE5()
1097 &locked, flags, &uf, &uf_unmap); in SYSCALL_DEFINE5()
1108 userfaultfd_unmap_complete(mm, &uf_unmap); in SYSCALL_DEFINE5()