_PAGE_BAP_SR       53 arch/powerpc/include/asm/nohash/pte-book3e.h #define _PAGE_KERNEL_RW		(_PAGE_BAP_SW | _PAGE_BAP_SR | _PAGE_DIRTY)
_PAGE_BAP_SR       54 arch/powerpc/include/asm/nohash/pte-book3e.h #define _PAGE_KERNEL_RO		(_PAGE_BAP_SR)
_PAGE_BAP_SR       55 arch/powerpc/include/asm/nohash/pte-book3e.h #define _PAGE_KERNEL_RWX	(_PAGE_BAP_SW | _PAGE_BAP_SR | _PAGE_DIRTY | _PAGE_BAP_SX)
_PAGE_BAP_SR       56 arch/powerpc/include/asm/nohash/pte-book3e.h #define _PAGE_KERNEL_ROX	(_PAGE_BAP_SR | _PAGE_BAP_SX)
_PAGE_BAP_SR       57 arch/powerpc/include/asm/nohash/pte-book3e.h #define _PAGE_USER		(_PAGE_BAP_UR | _PAGE_BAP_SR) /* Can be read */
_PAGE_BAP_SR       58 arch/powerpc/include/asm/nohash/pte-book3e.h #define _PAGE_PRIVILEGED	(_PAGE_BAP_SR)