Home
last modified time | relevance | path

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

/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()