Searched refs:VM_LOCKONFAULT (Results 1 – 5 of 5) sorted by relevance
736 vm_flags |= VM_LOCKONFAULT; in SYSCALL_DEFINE3()778 current->mm->def_flags |= VM_LOCKONFAULT; in apply_mlockall_flags()787 to_add |= VM_LOCKONFAULT; in apply_mlockall_flags()
1409 if (vma->vm_flags & VM_LOCKONFAULT) in populate_vma_page_range()
160 {VM_LOCKONFAULT, "lockonfault" }, \
281 #define VM_LOCKONFAULT 0x00080000 /* Lock the pages covered when they are faulted in */ macro402 #define VM_LOCKED_CLEAR_MASK (~(VM_LOCKED | VM_LOCKONFAULT))
551 tmp->vm_flags &= ~(VM_LOCKED | VM_LOCKONFAULT); in dup_mmap()