_PAGE_SH           53 arch/powerpc/include/asm/nohash/32/pte-8xx.h #define _PAGE_KERNEL_RO		(_PAGE_SH | _PAGE_RO)
_PAGE_SH           54 arch/powerpc/include/asm/nohash/32/pte-8xx.h #define _PAGE_KERNEL_ROX	(_PAGE_SH | _PAGE_RO | _PAGE_EXEC)
_PAGE_SH           55 arch/powerpc/include/asm/nohash/32/pte-8xx.h #define _PAGE_KERNEL_RW		(_PAGE_SH | _PAGE_DIRTY)
_PAGE_SH           56 arch/powerpc/include/asm/nohash/32/pte-8xx.h #define _PAGE_KERNEL_RWX	(_PAGE_SH | _PAGE_DIRTY | _PAGE_EXEC)
_PAGE_SH          110 arch/powerpc/include/asm/nohash/32/pte-8xx.h 	return !(pte_val(pte) & _PAGE_SH);
_PAGE_SH          117 arch/powerpc/include/asm/nohash/32/pte-8xx.h 	return __pte(pte_val(pte) | _PAGE_SH);
_PAGE_SH          124 arch/powerpc/include/asm/nohash/32/pte-8xx.h 	return __pte(pte_val(pte) & ~_PAGE_SH);
_PAGE_SH           66 arch/powerpc/mm/nohash/8xx.c 		unsigned long flags = 0xf0 | MD_SPS16K | _PAGE_SH | _PAGE_DIRTY;
_PAGE_SH           14 arch/powerpc/mm/ptdump/8xx.c 		.mask	= _PAGE_SH,