Go to the documentation of this file. 1 #ifndef _ASM_POWERPC_PTE_FSL_BOOKE_H
2 #define _ASM_POWERPC_PTE_FSL_BOOKE_H
21 #define _PAGE_PRESENT 0x00001
22 #define _PAGE_USER 0x00002
23 #define _PAGE_FILE 0x00002
24 #define _PAGE_RW 0x00004
25 #define _PAGE_DIRTY 0x00008
26 #define _PAGE_EXEC 0x00010
27 #define _PAGE_ACCESSED 0x00020
29 #define _PAGE_ENDIAN 0x00040
30 #define _PAGE_GUARDED 0x00080
31 #define _PAGE_COHERENT 0x00100
32 #define _PAGE_NO_CACHE 0x00200
33 #define _PAGE_WRITETHRU 0x00400
34 #define _PAGE_SPECIAL 0x00800
36 #define _PMD_PRESENT 0
37 #define _PMD_PRESENT_MASK (PAGE_MASK)
38 #define _PMD_BAD (~PAGE_MASK)