_PAGE_USER         37 arch/hexagon/include/asm/pgtable.h #define _PAGE_USER	__HVM_PTE_U
_PAGE_USER        211 arch/microblaze/include/asm/pgtable.h #define	_PAGE_USER	0x010	/* matches one of the zone permission bits */
_PAGE_USER        145 arch/openrisc/include/asm/pgtable.h #define _PAGE_USER     _PAGE_URE
_PAGE_USER        224 arch/parisc/include/asm/pgtable.h #define _PAGE_USER     (1 << xlate_pabit(_PAGE_USER_BIT))
_PAGE_USER         22 arch/powerpc/include/asm/book3s/32/hash.h #define _PAGE_USER	0x004	/* usermode access allowed */
_PAGE_USER         45 arch/powerpc/include/asm/nohash/32/pte-40x.h #define	_PAGE_USER	0x010	/* matches one of the zone permission bits */
_PAGE_USER         81 arch/powerpc/include/asm/nohash/32/pte-44x.h #define _PAGE_USER	0x00000040		/* S: User page */
_PAGE_USER         21 arch/powerpc/include/asm/nohash/32/pte-fsl-booke.h #define _PAGE_USER	0x00002	/* S: User page (maps to UR) */
_PAGE_USER         57 arch/powerpc/include/asm/nohash/pte-book3e.h #define _PAGE_USER		(_PAGE_BAP_UR | _PAGE_BAP_SR) /* Can be read */
_PAGE_USER         21 arch/riscv/include/asm/pgtable-bits.h #define _PAGE_USER      (1 << 4)    /* User */
_PAGE_USER         48 arch/sh/include/asm/pgtable_32.h #define _PAGE_USER	0x040		/* PR1-bit : user space access allowed*/
_PAGE_USER        113 arch/sh/include/asm/pgtable_64.h #define _PAGE_USER	0x200  /* PR3-bit : user space access allowed */
_PAGE_USER         17 arch/um/include/asm/pgtable.h #define _PAGE_USER	0x040
_PAGE_USER         44 arch/x86/include/asm/pgtable_types.h #define _PAGE_USER	(_AT(pteval_t, 1) << _PAGE_BIT_USER)
_PAGE_USER        156 arch/xtensa/include/asm/pgtable.h #define _PAGE_USER		(1<<4)	/* user access (ring=1) */