VM_WIPEONFORK
vm_flags_set(vma, VM_DONTCOPY | VM_DONTEXPAND | VM_WIPEONFORK);
[ilog2(VM_WIPEONFORK)] = "wf",
{VM_WIPEONFORK, "wipeonfork" }, \
new_flags |= VM_WIPEONFORK;
new_flags &= ~VM_WIPEONFORK;
if (tmp->vm_flags & VM_WIPEONFORK) {
if (!(tmp->vm_flags & VM_WIPEONFORK))
vm_flags |= VM_WIPEONFORK | VM_DONTDUMP;
const vm_flags_t RUST_CONST_HELPER_VM_WIPEONFORK = VM_WIPEONFORK;