Home
last modified time | relevance | path

Searched refs:_PAGE_BASE (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dpgtable-masks.h23 #define PAGE_NONE __pgprot(_PAGE_BASE | _PAGE_NA)
24 #define PAGE_EXECONLY_X __pgprot(_PAGE_BASE | _PAGE_NAX)
25 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_RW)
26 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_RWX)
27 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_RO)
28 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_ROX)
29 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_RO)
30 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_ROX)
/linux/arch/powerpc/include/asm/nohash/32/
H A Dpte-44x.h95 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro
97 #define _PAGE_BASE (_PAGE_BASE_NC) macro
H A Dpte-8xx.h82 #define _PAGE_BASE (_PAGE_BASE_NC) macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h85 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro
90 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)
93 #define PAGE_KERNEL_X __pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX)
94 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO)
95 #define PAGE_KERNEL_ROX __pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX)
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h23 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)
26 #define PAGE_KERNEL_X __pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX)
27 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO)
28 #define PAGE_KERNEL_ROX __pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX)
H A Dpte-e500.h82 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro
84 #define _PAGE_BASE (_PAGE_BASE_NC) macro