Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dnommu.c530 if (region->vm_flags & VM_MAPPED_COPY) in __put_nommu_region()
967 vm_flags_set(vma, VM_MAPPED_COPY); in do_mmap_private()
1125 if (pregion->vm_flags & VM_MAPPED_COPY) in do_mmap()
1126 vm_flags_set(vma, VM_MAPPED_COPY); in do_mmap()
/openbmc/linux/include/trace/events/
H A Dmmflags.h151 #define __VM_ARCH_SPECIFIC_1 {VM_MAPPED_COPY,"mappedcopy" }
/openbmc/linux/include/linux/
H A Dmm.h378 # define VM_MAPPED_COPY VM_ARCH_1 /* T if mapped copy of data (nommu mmap) */ macro