Searched refs:VM_SAO (Results 1 – 4 of 4) sorted by relevance
27 return (((prot & PROT_SAO) ? VM_SAO : 0) | pkey_to_vmflag_bits(pkey)); in arch_calc_vm_prot_bits()29 return ((prot & PROT_SAO) ? VM_SAO : 0); in arch_calc_vm_prot_bits()37 return (vm_flags & VM_SAO) ? in arch_vm_get_page_prot()41 return (vm_flags & VM_SAO) ? __pgprot(_PAGE_SAO) : __pgprot(0); in arch_vm_get_page_prot()
117 #define __VM_ARCH_SPECIFIC_1 {VM_SAO, "sao" }
2436 #ifdef VM_SAO in ksm_madvise()2437 if (*vm_flags & VM_SAO) in ksm_madvise()
250 # define VM_SAO VM_ARCH_1 /* Strong Access Ordering (powerpc) */ macro