Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dmremap.c594 struct vm_userfaultfd_ctx *uf, struct list_head *uf_unmap) in move_vma() argument
725 if (do_vmi_munmap(&vmi, mm, old_addr, old_len, uf_unmap, false) < 0) { in move_vma()
811 struct list_head *uf_unmap) in mremap_to() argument
852 ret = do_munmap(mm, addr+new_len, old_len - new_len, uf_unmap); in mremap_to()
888 uf_unmap); in mremap_to()
925 LIST_HEAD(uf_unmap); in SYSCALL_DEFINE5()
1000 &uf_unmap); in SYSCALL_DEFINE5()
1019 &uf_unmap, true); in SYSCALL_DEFINE5()
1104 &locked, flags, &uf, &uf_unmap); in SYSCALL_DEFINE5()
1115 userfaultfd_unmap_complete(mm, &uf_unmap); in SYSCALL_DEFINE5()