Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dmlock.c656 vm_flags |= VM_LOCKONFAULT; in SYSCALL_DEFINE3()
695 current->mm->def_flags |= VM_LOCKONFAULT; in apply_mlockall_flags()
704 to_add |= VM_LOCKONFAULT; in apply_mlockall_flags()
Ddebug.c123 {VM_LOCKONFAULT, "lockonfault" },
Dgup.c897 if (vma->vm_flags & VM_LOCKONFAULT) in populate_vma_page_range()
/linux-4.4.14/include/linux/
Dmm.h142 #define VM_LOCKONFAULT 0x00080000 /* Lock the pages covered when they are faulted in */ macro
207 #define VM_LOCKED_CLEAR_MASK (~(VM_LOCKED | VM_LOCKONFAULT))
/linux-4.4.14/kernel/
Dfork.c460 ~(VM_LOCKED|VM_LOCKONFAULT|VM_UFFD_MISSING|VM_UFFD_WP); in dup_mmap()