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" },
1754 #ifdef VM_SAO in ksm_madvise()1755 if (*vm_flags & VM_SAO) in ksm_madvise()
159 # define VM_SAO VM_ARCH_1 /* Strong Access Ordering (powerpc) */ macro