Searched refs:VM_WIPEONFORK (Results 1 – 6 of 6) sorted by relevance
166 {VM_WIPEONFORK, "wipeonfork" }, \
102 new_flags |= VM_WIPEONFORK; in madvise_behavior()105 new_flags &= ~VM_WIPEONFORK; in madvise_behavior()
215 vma->vm_flags |= VM_DONTCOPY | VM_DONTEXPAND | VM_WIPEONFORK; in uacce_fops_mmap()
542 if (tmp->vm_flags & VM_WIPEONFORK) { in dup_mmap()592 if (!(tmp->vm_flags & VM_WIPEONFORK)) in dup_mmap()
636 [ilog2(VM_WIPEONFORK)] = "wf", in show_smap_vma_flags()
287 #define VM_WIPEONFORK 0x02000000 /* Wipe VMA contents in child. */ macro