Home
last modified time | relevance | path

Searched refs:__PAGE_COPY (Results 1 – 3 of 3) sorted by relevance

/arch/unicore32/include/asm/
Dpgtable.h109 #define __PAGE_COPY __pgprot(_PTE_DEFAULT | PTE_READ) macro
128 #define __P010 __PAGE_COPY
129 #define __P011 __PAGE_COPY
/arch/arm/include/asm/
Dpgtable.h108 #define __PAGE_COPY __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) macro
149 #define __P010 __PAGE_COPY
150 #define __P011 __PAGE_COPY
/arch/mn10300/include/asm/
Dpgtable.h155 #define __PAGE_COPY (_PAGE_PRESENTV | _PAGE_PROT_RKRU | _PAGE_ACCESSED | _PAGE_CACHE) macro
160 #define PAGE_COPY_NOEXEC __pgprot(__PAGE_COPY | _PAGE_NX)
163 #define PAGE_COPY_EXEC __pgprot(__PAGE_COPY)