Home
last modified time | relevance | path

Searched defs:PAGE_WRITEONLY (Results 1 – 3 of 3) sorted by relevance

/arch/sh/include/asm/
Dpgtable_32.h203 #define PAGE_WRITEONLY __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \ macro
257 #define PAGE_WRITEONLY PAGE_SHARED macro
284 #define PAGE_WRITEONLY __pgprot(0) macro
Dpgtable_64.h195 #define PAGE_WRITEONLY __pgprot(_PAGE_COMMON | _PAGE_WRITE) macro
/arch/parisc/include/asm/
Dpgtable.h222 #define PAGE_WRITEONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_WRITE | _PAGE_ACCESSED) macro