Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/include/asm/
Dpte-common.h109 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro
111 #define _PAGE_BASE (_PAGE_BASE_NC) macro
124 #define PAGE_NONE __pgprot(_PAGE_BASE)
125 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)
126 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
127 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER)
128 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
129 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER)
130 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
151 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)
[all …]
/linux-2.6.39/arch/microblaze/include/asm/
Dpgtable.h256 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED) macro
260 (_PAGE_BASE | _PAGE_WRENABLE | _PAGE_SHARED | _PAGE_HWEXEC)
264 #define PAGE_NONE __pgprot(_PAGE_BASE)
265 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER)
266 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
267 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)
269 __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
270 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER)
271 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
274 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_SHARED)