Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dmm.h296 #define VM_ARCH_1 0x01000000 /* Architecture-specific flag */ macro
358 # define VM_PAT VM_ARCH_1 /* PAT reserves whole VMA at once (x86) */
360 # define VM_SAO VM_ARCH_1 /* Strong Access Ordering (powerpc) */
362 # define VM_GROWSUP VM_ARCH_1
364 # define VM_GROWSUP VM_ARCH_1
366 # define VM_SPARC_ADI VM_ARCH_1 /* Uses ADI tag for access control */
369 # define VM_ARM64_BTI VM_ARCH_1 /* BTI guarded page, a.k.a. GP bit */
372 # define VM_MAPPED_COPY VM_ARCH_1 /* T if mapped copy of data (nommu mmap) */
/kernel/linux/linux-5.10/include/trace/events/
Dmmflags.h146 #define __VM_ARCH_SPECIFIC_1 {VM_ARCH_1, "arch_1" }
/kernel/linux/linux-5.10/fs/proc/
Dtask_mmu.c677 [ilog2(VM_ARCH_1)] = "ar", in show_smap_vma_flags()