Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dmlock.c674 vm_flags |= VM_LOCKONFAULT; in SYSCALL_DEFINE3()
717 current->mm->def_flags |= VM_LOCKONFAULT; in apply_mlockall_flags()
726 to_add |= VM_LOCKONFAULT; in apply_mlockall_flags()
H A Dgup.c1901 if (vma->vm_flags & VM_LOCKONFAULT) in populate_vma_page_range()
/linux-6.15/include/trace/events/
H A Dmmflags.h225 {VM_LOCKONFAULT, "lockonfault" }, \
/linux-6.15/tools/testing/vma/
H A Dvma_internal.h60 #define VM_LOCKONFAULT 0x00080000 macro
74 #define VM_LOCKED_MASK (VM_LOCKED | VM_LOCKONFAULT)
/linux-6.15/include/linux/
H A Dmm.h280 #define VM_LOCKONFAULT 0x00080000 /* Lock the pages covered when they are faulted in */ macro
471 #define VM_LOCKED_MASK (VM_LOCKED | VM_LOCKONFAULT)
/linux-6.15/fs/proc/
H A Dtask_mmu.c955 [ilog2(VM_LOCKONFAULT)] = "lf", in show_smap_vma_flags()