Home
last modified time | relevance | path

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

/linux/rust/bindings/
H A Dbindings_helper.h134 const vm_flags_t RUST_CONST_HELPER_VM_LOCKONFAULT = VM_LOCKONFAULT;
/linux/mm/
H A Dmlock.c672 vm_flags |= VM_LOCKONFAULT; in SYSCALL_DEFINE3()
715 current->mm->def_flags |= VM_LOCKONFAULT; in apply_mlockall_flags()
724 to_add |= VM_LOCKONFAULT; in apply_mlockall_flags()
H A Dgup.c1832 if (vma->vm_flags & VM_LOCKONFAULT) in populate_vma_page_range()
/linux/rust/
H A Dbindgen_parameters51 --blocklist-item VM_LOCKONFAULT
/linux/rust/kernel/mm/
H A Dvirt.rs435 pub const LOCKONFAULT: vm_flags_t = bindings::VM_LOCKONFAULT as vm_flags_t;
/linux/include/trace/events/
H A Dmmflags.h224 {VM_LOCKONFAULT, "lockonfault" }, \
/linux/tools/testing/vma/
H A Dvma_internal.h196 #define VM_LOCKONFAULT INIT_VM_FLAG(LOCKONFAULT) macro
322 #define VM_LOCKED_MASK (VM_LOCKED | VM_LOCKONFAULT)
/linux/include/linux/
H A Dmm.h423 #define VM_LOCKONFAULT INIT_VM_FLAG(LOCKONFAULT) macro
570 #define VM_LOCKED_MASK (VM_LOCKED | VM_LOCKONFAULT)
/linux/fs/proc/
H A Dtask_mmu.c1157 [ilog2(VM_LOCKONFAULT)] = "lf", in show_smap_vma_flags()