Searched refs:PROT_SAO (Results 1 – 5 of 5) sorted by relevance
21 return (((prot & PROT_SAO) ? VM_SAO : 0) | pkey_to_vmflag_bits(pkey)); in arch_calc_vm_prot_bits()23 return ((prot & PROT_SAO) ? VM_SAO : 0); in arch_calc_vm_prot_bits()30 if (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM | PROT_SAO)) in arch_validate_prot()32 if (prot & PROT_SAO) { in arch_validate_prot()
14 #define PROT_SAO 0x10 /* Strong Access Ordering */ macro
35 p = mmap(NULL, SIZE, PROT_READ | PROT_WRITE | PROT_SAO, in test_prot_sao()
942 bool "Support PROT_SAO mappings in LPARs"945 This option adds support for PROT_SAO mappings from userspace