Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmm.h141 #define VM_ARCH_1 0x01000000 /* Architecture-specific flag */ macro
157 # define VM_PAT VM_ARCH_1 /* PAT reserves whole VMA at once (x86) */
159 # define VM_SAO VM_ARCH_1 /* Strong Access Ordering (powerpc) */
161 # define VM_GROWSUP VM_ARCH_1
163 # define VM_GROWSUP VM_ARCH_1
165 # define VM_GROWSUP VM_ARCH_1
167 # define VM_MAPPED_COPY VM_ARCH_1 /* T if mapped copy of data (nommu mmap) */
/linux-4.1.27/mm/
Ddebug.c142 {VM_ARCH_1, "arch_1" },
/linux-4.1.27/fs/proc/
Dtask_mmu.c591 [ilog2(VM_ARCH_1)] = "ar", in show_smap_vma_flags()