Searched refs:VM_SAO (Results 1 – 4 of 4) sorted by relevance
20 return (((prot & PROT_SAO) ? VM_SAO : 0) | pkey_to_vmflag_bits(pkey)); in arch_calc_vm_prot_bits()22 return ((prot & PROT_SAO) ? VM_SAO : 0); in arch_calc_vm_prot_bits()30 return (vm_flags & VM_SAO) ? in arch_vm_get_page_prot()34 return (vm_flags & VM_SAO) ? __pgprot(_PAGE_SAO) : __pgprot(0); in arch_vm_get_page_prot()
134 #define __VM_ARCH_SPECIFIC_1 {VM_SAO, "sao" }
2448 #ifdef VM_SAO in ksm_madvise()2449 if (*vm_flags & VM_SAO) in ksm_madvise()
344 # define VM_SAO VM_ARCH_1 /* Strong Access Ordering (powerpc) */ macro