Home
last modified time | relevance | path

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

/linux/rust/bindings/
H A Dbindings_helper.h146 const vm_flags_t RUST_CONST_HELPER_VM_LOCKONFAULT = VM_LOCKONFAULT;
/linux/rust/
H A Dbindgen_parameters58 --blocklist-item VM_LOCKONFAULT
/linux/rust/kernel/mm/
H A Dvirt.rs433 pub const LOCKONFAULT: vm_flags_t = bindings::VM_LOCKONFAULT as vm_flags_t;
/linux/tools/testing/vma/include/
H A Ddup.h228 #define VM_LOCKONFAULT INIT_VM_FLAG(LOCKONFAULT) macro
373 #define VM_LOCKED_MASK (VM_LOCKED | VM_LOCKONFAULT)
/linux/include/linux/
H A Dmm.h425 #define VM_LOCKONFAULT INIT_VM_FLAG(LOCKONFAULT) macro
620 #define VM_LOCKED_MASK (VM_LOCKED | VM_LOCKONFAULT)
/linux/mm/
H A Dgup.c1832 if (vma->vm_flags & VM_LOCKONFAULT) in populate_vma_page_range()
/linux/fs/proc/
H A Dtask_mmu.c1201 [ilog2(VM_LOCKONFAULT)] = "lf", in show_smap_vma_flags()