_PAGE_RW          212 arch/microblaze/include/asm/pgtable.h #define	_PAGE_RW	0x040	/* software: Writes permitted */
_PAGE_RW          214 arch/parisc/include/asm/pgtable.h #define _PAGE_RW       (_PAGE_READ | _PAGE_WRITE)
_PAGE_RW           30 arch/powerpc/include/asm/book3s/32/hash.h #define _PAGE_RW	0x400	/* software: user write access allowed */
_PAGE_RW           20 arch/powerpc/include/asm/book3s/64/pgtable.h #define _PAGE_RW		(_PAGE_READ | _PAGE_WRITE)
_PAGE_RW           47 arch/powerpc/include/asm/nohash/32/pte-40x.h #define	_PAGE_RW	0x040	/* software: Writes permitted */
_PAGE_RW           76 arch/powerpc/include/asm/nohash/32/pte-44x.h #define _PAGE_RW	0x00000002		/* S: Write permission */
_PAGE_RW           22 arch/powerpc/include/asm/nohash/32/pte-fsl-booke.h #define _PAGE_RW	0x00004	/* S: Write permission (SW) */
_PAGE_RW           52 arch/powerpc/include/asm/nohash/pte-book3e.h #define _PAGE_RW		(_PAGE_BAP_SW | _PAGE_BAP_UW) /* User write permission */
_PAGE_RW           47 arch/sh/include/asm/pgtable_32.h #define _PAGE_RW	0x020		/* PR0-bit : write access allowed */
_PAGE_RW           16 arch/um/include/asm/pgtable.h #define _PAGE_RW	0x020
_PAGE_RW           43 arch/x86/include/asm/pgtable_types.h #define _PAGE_RW	(_AT(pteval_t, 1) << _PAGE_BIT_RW)