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.h146 const vm_flags_t RUST_CONST_HELPER_VM_WIPEONFORK = VM_WIPEONFORK;
/linux/rust/
H A Dbindgen_parameters57 --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/include/trace/events/
H A Dmmflags.h230 {VM_WIPEONFORK, "wipeonfork" }, \
/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.c1394 new_flags |= VM_WIPEONFORK; in madvise_vma_behavior()
1399 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.h429 #define VM_WIPEONFORK INIT_VM_FLAG(WIPEONFORK) macro