Lines Matching +full:0 +full:x00002
12 RPN...................... 0 0 U0 U1 U2 U3 UX SX UW SW UR SR
20 #define _PAGE_PRESENT 0x00001 /* S: PTE contains a translation */
21 #define _PAGE_USER 0x00002 /* S: User page (maps to UR) */
22 #define _PAGE_RW 0x00004 /* S: Write permission (SW) */
23 #define _PAGE_DIRTY 0x00008 /* S: Page dirty */
24 #define _PAGE_EXEC 0x00010 /* H: SX permission */
25 #define _PAGE_ACCESSED 0x00020 /* S: Page referenced */
27 #define _PAGE_ENDIAN 0x00040 /* H: E bit */
28 #define _PAGE_GUARDED 0x00080 /* H: G bit */
29 #define _PAGE_COHERENT 0x00100 /* H: M bit */
30 #define _PAGE_NO_CACHE 0x00200 /* H: I bit */
31 #define _PAGE_WRITETHRU 0x00400 /* H: W bit */
32 #define _PAGE_SPECIAL 0x00800 /* S: Special page */
34 #define _PAGE_KERNEL_RO 0
40 #define _PAGE_PSIZE 0
42 #define _PMD_PRESENT 0
45 #define _PMD_USER 0
47 #define _PTE_NONE_MASK 0