Go to the documentation of this file. 1 #ifndef _ASM_POWERPC_PTE_HASH32_H
2 #define _ASM_POWERPC_PTE_HASH32_H
19 #define _PAGE_PRESENT 0x001
20 #define _PAGE_HASHPTE 0x002
21 #define _PAGE_FILE 0x004
22 #define _PAGE_USER 0x004
23 #define _PAGE_GUARDED 0x008
24 #define _PAGE_COHERENT 0x010
25 #define _PAGE_NO_CACHE 0x020
26 #define _PAGE_WRITETHRU 0x040
27 #define _PAGE_DIRTY 0x080
28 #define _PAGE_ACCESSED 0x100
29 #define _PAGE_RW 0x400
30 #define _PAGE_SPECIAL 0x800
32 #ifdef CONFIG_PTE_64BIT
34 #define _PTE_NONE_MASK (0xffffffff00000000ULL | _PAGE_HASHPTE)
36 #define _PTE_NONE_MASK _PAGE_HASHPTE
39 #define _PMD_PRESENT 0
40 #define _PMD_PRESENT_MASK (PAGE_MASK)
41 #define _PMD_BAD (~PAGE_MASK)
44 #define PTE_ATOMIC_UPDATES 1