Searched refs:PROT_SAO (Results 1 – 2 of 2) sorted by relevance
23 return (prot & PROT_SAO) ? VM_SAO : 0; in arch_calc_vm_prot_bits()35 if (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM | PROT_SAO)) in arch_validate_prot()37 if ((prot & PROT_SAO) && !cpu_has_feature(CPU_FTR_SAO)) in arch_validate_prot()
13 #define PROT_SAO 0x10 /* Strong Access Ordering */ macro