Home
last modified time | relevance | path

Searched refs:PROT_SAO (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dmman.h21 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()
/linux/arch/powerpc/include/uapi/asm/
H A Dmman.h14 #define PROT_SAO 0x10 /* Strong Access Ordering */ macro
/linux/tools/testing/selftests/powerpc/mm/
H A Dprot_sao.c35 p = mmap(NULL, SIZE, PROT_READ | PROT_WRITE | PROT_SAO, in test_prot_sao()