Home
last modified time | relevance | path

Searched defs:_PAGE_USER (Results 1 – 15 of 15) sorted by relevance

/arch/riscv/include/asm/
Dpgtable-bits.h21 #define _PAGE_USER (1 << 4) /* User */ macro
/arch/powerpc/include/asm/book3s/32/
Dhash.h22 #define _PAGE_USER 0x004 /* usermode access allowed */ macro
/arch/powerpc/include/asm/nohash/32/
Dpte-44x.h81 #define _PAGE_USER 0x00000040 /* S: User page */ macro
Dpte-fsl-booke.h21 #define _PAGE_USER 0x00002 /* S: User page (maps to UR) */ macro
Dpte-40x.h45 #define _PAGE_USER 0x010 /* matches one of the zone permission bits */ macro
/arch/powerpc/include/asm/nohash/
Dpte-book3e.h57 #define _PAGE_USER (_PAGE_BAP_UR | _PAGE_BAP_SR) /* Can be read */ macro
/arch/hexagon/include/asm/
Dpgtable.h37 #define _PAGE_USER __HVM_PTE_U macro
/arch/sh/include/asm/
Dpgtable_64.h113 #define _PAGE_USER 0x200 /* PR3-bit : user space access allowed */ macro
Dpgtable_32.h48 #define _PAGE_USER 0x040 /* PR1-bit : user space access allowed*/ macro
/arch/um/include/asm/
Dpgtable.h17 #define _PAGE_USER 0x040 macro
/arch/xtensa/include/asm/
Dpgtable.h156 #define _PAGE_USER (1<<4) /* user access (ring=1) */ macro
/arch/openrisc/include/asm/
Dpgtable.h145 #define _PAGE_USER _PAGE_URE macro
/arch/x86/include/asm/
Dpgtable_types.h44 #define _PAGE_USER (_AT(pteval_t, 1) << _PAGE_BIT_USER) macro
/arch/microblaze/include/asm/
Dpgtable.h211 #define _PAGE_USER 0x010 /* matches one of the zone permission bits */ macro
/arch/parisc/include/asm/
Dpgtable.h224 #define _PAGE_USER (1 << xlate_pabit(_PAGE_USER_BIT)) macro