Searched refs:VM_LOCKONFAULT (Results 1 – 7 of 7) sorted by relevance
146 const vm_flags_t RUST_CONST_HELPER_VM_LOCKONFAULT = VM_LOCKONFAULT;
58 --blocklist-item VM_LOCKONFAULT
433 pub const LOCKONFAULT: vm_flags_t = bindings::VM_LOCKONFAULT as vm_flags_t;
228 #define VM_LOCKONFAULT INIT_VM_FLAG(LOCKONFAULT) macro373 #define VM_LOCKED_MASK (VM_LOCKED | VM_LOCKONFAULT)
425 #define VM_LOCKONFAULT INIT_VM_FLAG(LOCKONFAULT) macro620 #define VM_LOCKED_MASK (VM_LOCKED | VM_LOCKONFAULT)
1832 if (vma->vm_flags & VM_LOCKONFAULT) in populate_vma_page_range()
1201 [ilog2(VM_LOCKONFAULT)] = "lf", in show_smap_vma_flags()