Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dpte-fsl-booke.h22 #define _PAGE_USER 0x00002 /* S: User page (maps to UR) */ macro
Dpte-44x.h85 #define _PAGE_USER 0x00000040 /* S: User page */ macro
Dpte-hash32.h22 #define _PAGE_USER 0x004 /* usermode access allowed */ macro
Dpte-hash64.h18 #define _PAGE_USER 0x0002 /* matches one of the PP bits */ macro
Dpte-8xx.h50 #define _PAGE_USER 0x0800 /* msb PP bits */ macro
Dpte-40x.h45 #define _PAGE_USER 0x010 /* matches one of the zone permission bits */ macro
Dpte-book3e.h56 #define _PAGE_USER (_PAGE_BAP_UR | _PAGE_BAP_SR) /* Can be read */ macro
/arch/blackfin/include/asm/
Dpgtable.h61 #define _PAGE_USER (CPLB_USER_RD | CPLB_USER_WR) macro
/arch/sh/include/asm/
Dpgtable_64.h117 #define _PAGE_USER 0x200 /* PR3-bit : user space access allowed */ macro
Dpgtable_32.h49 #define _PAGE_USER 0x040 /* PR1-bit : user space access allowed*/ macro
/arch/hexagon/include/asm/
Dpgtable.h51 #define _PAGE_USER __HVM_PTE_U macro
/arch/x86/include/asm/
Dpgtable_types.h36 #define _PAGE_USER (_AT(pteval_t, 1) << _PAGE_BIT_USER) macro
/arch/um/include/asm/
Dpgtable.h17 #define _PAGE_USER 0x040 macro
/arch/avr32/include/asm/
Dpgtable.h96 #define _PAGE_USER (1 << _PAGE_BIT_USER) macro
/arch/xtensa/include/asm/
Dpgtable.h103 #define _PAGE_USER (1<<4) /* user access (ring=1) */ macro
/arch/openrisc/include/asm/
Dpgtable.h149 #define _PAGE_USER _PAGE_URE macro
/arch/tile/include/asm/
Dpgtable.h81 #define _PAGE_USER HV_PTE_USER macro
/arch/microblaze/include/asm/
Dpgtable.h217 #define _PAGE_USER 0x010 /* matches one of the zone permission bits */ macro
/arch/parisc/include/asm/
Dpgtable.h188 #define _PAGE_USER (1 << xlate_pabit(_PAGE_USER_BIT)) macro