Go to the documentation of this file. 1 #ifndef _ASM_POWERPC_PTE_44x_H
2 #define _ASM_POWERPC_PTE_44x_H
78 #define _PAGE_PRESENT 0x00000001
79 #define _PAGE_RW 0x00000002
80 #define _PAGE_FILE 0x00000004
81 #define _PAGE_EXEC 0x00000004
82 #define _PAGE_ACCESSED 0x00000008
83 #define _PAGE_DIRTY 0x00000010
84 #define _PAGE_SPECIAL 0x00000020
85 #define _PAGE_USER 0x00000040
86 #define _PAGE_ENDIAN 0x00000080
87 #define _PAGE_GUARDED 0x00000100
88 #define _PAGE_COHERENT 0x00000200
89 #define _PAGE_NO_CACHE 0x00000400
90 #define _PAGE_WRITETHRU 0x00000800
93 #define _PMD_PRESENT 0
94 #define _PMD_PRESENT_MASK (PAGE_MASK)
95 #define _PMD_BAD (~PAGE_MASK)
98 #define _PTE_NONE_MASK 0xffffffff00000000ULL