Home
last modified time | relevance | path

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

/linux/mm/
H A Dnommu.c519 if (region->vm_flags & VM_MAPPED_COPY)
956 vm_flags_set(vma, VM_MAPPED_COPY); in do_mmap_private()
1114 if (pregion->vm_flags & VM_MAPPED_COPY) in do_mmap()
1115 vm_flags_set(vma, VM_MAPPED_COPY); in do_mmap()
/linux/include/trace/events/
H A Dmmflags.h139 #define __VM_ARCH_SPECIFIC_1 {VM_MAPPED_COPY,"mappedcopy" }
/linux/include/linux/
H A Dmm.h385 # define VM_MAPPED_COPY VM_ARCH_1 /* T if mapped copy of data (nommu mmap) */ macro