Go to the documentation of this file. 1 #ifndef _ASM_POWERPC_PTE_HASH64_H
2 #define _ASM_POWERPC_PTE_HASH64_H
17 #define _PAGE_PRESENT 0x0001
18 #define _PAGE_USER 0x0002
19 #define _PAGE_FILE 0x0002
20 #define _PAGE_EXEC 0x0004
21 #define _PAGE_GUARDED 0x0008
22 #define _PAGE_COHERENT 0x0010
23 #define _PAGE_NO_CACHE 0x0020
24 #define _PAGE_WRITETHRU 0x0040
25 #define _PAGE_DIRTY 0x0080
26 #define _PAGE_ACCESSED 0x0100
27 #define _PAGE_RW 0x0200
28 #define _PAGE_BUSY 0x0800
31 #define _PAGE_KERNEL_RW (_PAGE_RW | _PAGE_DIRTY)
32 #define _PAGE_KERNEL_RO _PAGE_KERNEL_RW
35 #define _PAGE_SAO (_PAGE_WRITETHRU | _PAGE_NO_CACHE | _PAGE_COHERENT)
41 #define _PTEIDX_SECONDARY 0x8
42 #define _PTEIDX_GROUP_IX 0x7
45 #define PTE_ATOMIC_UPDATES 1
47 #ifdef CONFIG_PPC_64K_PAGES