Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dmlock.c635 vm_flags |= VM_LOCKONFAULT; in SYSCALL_DEFINE3()
678 current->mm->def_flags |= VM_LOCKONFAULT; in apply_mlockall_flags()
687 to_add |= VM_LOCKONFAULT; in apply_mlockall_flags()
H A Dgup.c1656 if (vma->vm_flags & VM_LOCKONFAULT) in populate_vma_page_range()
/openbmc/linux/include/trace/events/
H A Dmmflags.h188 {VM_LOCKONFAULT, "lockonfault" }, \
/openbmc/linux/include/linux/
H A Dmm.h296 #define VM_LOCKONFAULT 0x00080000 /* Lock the pages covered when they are faulted in */ macro
445 #define VM_LOCKED_MASK (VM_LOCKED | VM_LOCKONFAULT)
/openbmc/linux/fs/proc/
H A Dtask_mmu.c663 [ilog2(VM_LOCKONFAULT)] = "lf", in show_smap_vma_flags()