Home
last modified time | relevance | path

Searched refs:VM_WIPEONFORK (Results 1 – 8 of 8) sorted by relevance

/linux/rust/bindings/
H A Dbindings_helper.h152 const vm_flags_t RUST_CONST_HELPER_VM_WIPEONFORK = VM_WIPEONFORK;
/linux/rust/
H A Dbindgen_parameters64 --blocklist-item VM_WIPEONFORK
/linux/rust/kernel/mm/
H A Dvirt.rs451 pub const WIPEONFORK: vm_flags_t = bindings::VM_WIPEONFORK as vm_flags_t;
/linux/drivers/misc/uacce/
H A Duacce.c258 vm_flags_set(vma, VM_DONTCOPY | VM_DONTEXPAND | VM_WIPEONFORK); in uacce_fops_mmap()
/linux/mm/
H A Dmadvise.c1402 new_flags |= VM_WIPEONFORK; in madvise_vma_behavior()
1407 new_flags &= ~VM_WIPEONFORK; in madvise_vma_behavior()
/linux/tools/testing/vma/include/
H A Ddup.h234 #define VM_WIPEONFORK INIT_VM_FLAG(WIPEONFORK) macro
/linux/include/linux/
H A Dmm.h431 #define VM_WIPEONFORK INIT_VM_FLAG(WIPEONFORK) macro
/linux/fs/proc/
H A Dtask_mmu.c1207 [ilog2(VM_WIPEONFORK)] = "wf", in show_smap_vma_flags()