Expand description

Container for Area flags.

Constants

Is a VM accounted object.

Architecture-specific flag.

Do not copy this vma on fork.

Do not include in the core dump.

Cannot expand with mremap().

Mapping allows execution.

MADV_HUGEPAGE marked this vma.

Huge TLB Page VM.

Lock the pages covered when they are faulted in.

Mapping may be updated to allow execution.

Mapping may be updated to allow reads.

Mapping may be updated to be shared.

Mapping may be updated to allow writes.

KSM may merge identical pages.

Can contain “struct page” and pure PFN pages.

MADV_NOHUGEPAGE marked this vma.

No flags are set.

should the VM suppress accounting.

Mapping allows reads.

Mapping is shared.

Not soft dirty clean area.

Synchronous page faults.

Wipe VMA contents in child..

Mapping allows writes.