Searched refs:VM_SAO (Results 1 – 4 of 4) sorted by relevance
23 return (prot & PROT_SAO) ? VM_SAO : 0; in arch_calc_vm_prot_bits()29 return (vm_flags & VM_SAO) ? __pgprot(_PAGE_SAO) : __pgprot(0); in arch_vm_get_page_prot()
136 {VM_SAO, "sao" },
1773 #ifdef VM_SAO in ksm_madvise()1774 if (*vm_flags & VM_SAO) in ksm_madvise()
164 # define VM_SAO VM_ARCH_1 /* Strong Access Ordering (powerpc) */ macro