Home
last modified time | relevance | path

Searched refs:VM_MAPPED_COPY (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/mm/
Dnommu.c639 if (region->vm_flags & VM_MAPPED_COPY) { in __put_nommu_region()
1187 region->vm_flags = vma->vm_flags |= VM_MAPPED_COPY; in do_mmap_private()
1351 if (pregion->vm_flags & VM_MAPPED_COPY) { in do_mmap_pgoff()
1353 vma->vm_flags |= VM_MAPPED_COPY; in do_mmap_pgoff()
/linux-3.4.99/include/linux/
Dmm.h110 #define VM_MAPPED_COPY 0x01000000 /* T if mapped copy of data (nommu mmap) */ macro