Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dnommu.c526 if (region->vm_flags & VM_MAPPED_COPY) in __put_nommu_region()
962 vm_flags_set(vma, VM_MAPPED_COPY); in do_mmap_private()
1120 if (pregion->vm_flags & VM_MAPPED_COPY) in do_mmap()
1121 vm_flags_set(vma, VM_MAPPED_COPY); in do_mmap()
/linux-6.15/include/trace/events/
H A Dmmflags.h182 #define __VM_ARCH_SPECIFIC_1 {VM_MAPPED_COPY,"mappedcopy" }
/linux-6.15/include/linux/
H A Dmm.h372 # define VM_MAPPED_COPY VM_ARCH_1 /* T if mapped copy of data (nommu mmap) */ macro