Searched refs:VM_MAPPED_COPY (Results 1 – 3 of 3) sorted by relevance
140 {VM_MAPPED_COPY, "mappedcopy" },
700 if (region->vm_flags & VM_MAPPED_COPY) { in __put_nommu_region()1225 region->vm_flags = vma->vm_flags |= VM_MAPPED_COPY; in do_mmap_private()1386 if (pregion->vm_flags & VM_MAPPED_COPY) { in do_mmap_pgoff()1388 vma->vm_flags |= VM_MAPPED_COPY; in do_mmap_pgoff()
167 # define VM_MAPPED_COPY VM_ARCH_1 /* T if mapped copy of data (nommu mmap) */ macro