Searched refs:_PAGE_PRESENT_BIT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | pgtable.h | 194 #define _PAGE_PRESENT_BIT 22 /* (0x200) Software: translation valid */ macro 204 * that the valid bits _PAGE_PRESENT_BIT and _PAGE_USER_BIT are set 221 #define _PAGE_PRESENT (1 << xlate_pabit(_PAGE_PRESENT_BIT))
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | pgtable.h | 168 #define _PAGE_PRESENT_BIT 22 /* (0x200) Software: translation valid */ macro 183 * that the valid bits _PAGE_PRESENT_BIT and _PAGE_USER_BIT are set 200 #define _PAGE_PRESENT (1 << xlate_pabit(_PAGE_PRESENT_BIT))
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | entry.S | 442 bb,<,n \pte,_PAGE_PRESENT_BIT,3f 448 bb,>=,n \pte,_PAGE_PRESENT_BIT,\fault
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | entry.S | 426 bb,<,n \pte,_PAGE_PRESENT_BIT,3f 432 bb,>=,n \pte,_PAGE_PRESENT_BIT,\fault
|
Completed in 7 milliseconds