Home
last modified time | relevance | path

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

/linux-6.1.9/arch/riscv/include/asm/
Dpgtable-bits.h15 #define _PAGE_USER (1 << 4) /* User */ macro
/linux-6.1.9/arch/powerpc/include/asm/nohash/32/
Dpte-44x.h81 #define _PAGE_USER 0x00000040 /* S: User page */ macro
Dpte-40x.h45 #define _PAGE_USER 0x010 /* matches one of the zone permission bits */ macro
Dpte-85xx.h21 #define _PAGE_USER 0x00002 /* S: User page (maps to UR) */ macro
/linux-6.1.9/arch/loongarch/include/asm/
Dpgtable-bits.h49 #define _PAGE_USER (PLV_USER << _PAGE_PLV_SHIFT) macro
/linux-6.1.9/arch/powerpc/include/asm/nohash/
Dpte-e500.h57 #define _PAGE_USER (_PAGE_BAP_UR | _PAGE_BAP_SR) /* Can be read */ macro
/linux-6.1.9/arch/hexagon/include/asm/
Dpgtable.h36 #define _PAGE_USER __HVM_PTE_U macro
/linux-6.1.9/arch/um/include/asm/
Dpgtable.h17 #define _PAGE_USER 0x040 macro
/linux-6.1.9/arch/xtensa/include/asm/
Dpgtable.h153 #define _PAGE_USER (1<<4) /* user access (ring=1) */ macro
/linux-6.1.9/arch/openrisc/include/asm/
Dpgtable.h143 #define _PAGE_USER _PAGE_URE macro
/linux-6.1.9/arch/microblaze/include/asm/
Dpgtable.h150 #define _PAGE_USER 0x010 /* matches one of the zone permission bits */ macro
/linux-6.1.9/arch/sh/include/asm/
Dpgtable_32.h48 #define _PAGE_USER 0x040 /* PR1-bit : user space access allowed*/ macro
/linux-6.1.9/arch/powerpc/include/asm/book3s/32/
Dpgtable.h23 #define _PAGE_USER 0x004 /* usermode access allowed */ macro
/linux-6.1.9/arch/x86/include/asm/
Dpgtable_types.h43 #define _PAGE_USER (_AT(pteval_t, 1) << _PAGE_BIT_USER) macro
/linux-6.1.9/arch/parisc/include/asm/
Dpgtable.h226 #define _PAGE_USER (1 << xlate_pabit(_PAGE_USER_BIT)) macro