Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dpgtable-bits.h15 #define _PAGE_USER (1 << 4) /* User */ macro
/linux/arch/loongarch/include/asm/
H A Dpgtable-bits.h57 #define _PAGE_USER (PLV_USER << _PAGE_PLV_SHIFT) macro
/linux/arch/hexagon/include/asm/
H A Dpgtable.h36 #define _PAGE_USER __HVM_PTE_U macro
/linux/arch/microblaze/include/asm/
H A Dpgtable.h150 #define _PAGE_USER 0x010 /* matches one of the zone permission bits */ macro
/linux/arch/openrisc/include/asm/
H A Dpgtable.h143 #define _PAGE_USER _PAGE_URE macro
/linux/arch/xtensa/include/asm/
H A Dpgtable.h154 #define _PAGE_USER (1<<4) /* user access (ring=1) */ macro
/linux/arch/sh/include/asm/
H A Dpgtable_32.h48 #define _PAGE_USER 0x040 /* PR1-bit : user space access allowed*/ macro
/linux/arch/x86/include/asm/
H A Dpgtable_types.h53 #define _PAGE_USER (_AT(pteval_t, 1) << _PAGE_BIT_USER) macro