Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dpgtable-bits.h55 #define _PAGE_USER (PLV_USER << _PAGE_PLV_SHIFT) macro
/linux/tools/testing/selftests/kvm/include/loongarch/
H A Dprocessor.h63 #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/um/include/asm/
H A Dpgtable.h17 #define _PAGE_USER 0x040 macro
/linux/arch/microblaze/include/asm/
H A Dpgtable.h149 #define _PAGE_USER 0x010 /* matches one of the zone permission bits */ macro
/linux/arch/xtensa/include/asm/
H A Dpgtable.h153 #define _PAGE_USER (1<<4) /* user access (ring=1) */ macro
/linux/arch/openrisc/include/asm/
H A Dpgtable.h143 #define _PAGE_USER _PAGE_URE macro
/linux/arch/sh/include/asm/
H A Dpgtable_32.h48 #define _PAGE_USER 0x040 /* PR1-bit : user space access allowed*/ macro
/linux/arch/parisc/include/asm/
H A Dpgtable.h202 #define _PAGE_USER (1 << xlate_pabit(_PAGE_USER_BIT)) macro