Home
last modified time | relevance | path

Searched refs:VM_SAO (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dmman.h21 return (((prot & PROT_SAO) ? VM_SAO : 0) | pkey_to_vmflag_bits(pkey)); in arch_calc_vm_prot_bits()
23 return ((prot & PROT_SAO) ? VM_SAO : 0); in arch_calc_vm_prot_bits()
/linux/include/trace/events/
H A Dmmflags.h176 #define __VM_ARCH_SPECIFIC_1 {VM_SAO, "sao" }
/linux/arch/powerpc/mm/book3s64/
H A Dpgtable.c655 if (vm_flags & VM_SAO) in vm_get_page_prot()
/linux/include/linux/
H A Dmm.h361 # define VM_SAO VM_ARCH_1 /* Strong Access Ordering (powerpc) */ macro