Searched refs:_PAGE_USER_BIT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | pgtable.h | 196 #define _PAGE_USER_BIT 20 /* (0x800) Software: User accessible page */ macro 204 * that the valid bits _PAGE_PRESENT_BIT and _PAGE_USER_BIT are set 206 #define PTE_SHIFT xlate_pabit(_PAGE_USER_BIT) 223 #define _PAGE_USER (1 << xlate_pabit(_PAGE_USER_BIT))
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | pgtable.h | 170 #define _PAGE_USER_BIT 20 /* (0x800) Software: User accessible page */ macro 183 * that the valid bits _PAGE_PRESENT_BIT and _PAGE_USER_BIT are set 185 #define PTE_SHIFT xlate_pabit(_PAGE_USER_BIT) 202 #define _PAGE_USER (1 << xlate_pabit(_PAGE_USER_BIT))
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | entry.S | 541 extrd,u,*= \pte,_PAGE_USER_BIT+32,1,%r0 570 extru,= \pte,_PAGE_USER_BIT,1,%r0
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | entry.S | 523 extrd,u,*= \pte,_PAGE_USER_BIT+32,1,%r0 556 extru,= \pte,_PAGE_USER_BIT,1,%r0
|
Completed in 8 milliseconds