Searched refs:VM_SAO (Results 1 – 5 of 5) sorted by relevance
21 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()
147 #define __VM_ARCH_SPECIFIC_1 {VM_SAO, "sao" }
648 if (vm_flags & VM_SAO) in vm_get_page_prot()
543 #ifdef VM_SAO in vma_ksm_compatible()544 if (vma->vm_flags & VM_SAO) in vma_ksm_compatible()
366 # define VM_SAO VM_ARCH_1 /* Strong Access Ordering (powerpc) */ macro