Home
last modified time | relevance | path

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

/linux-4.1.27/arch/openrisc/include/asm/
Dpgtable.h133 #define _PAGE_UWE 0x080 /* user write enable */ macro
149 #define _PAGE_WRITE (_PAGE_UWE | _PAGE_SWE)
166 __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_UWE | _PAGE_SWE \
169 __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_UWE | _PAGE_SWE \
/linux-4.1.27/arch/alpha/include/asm/
Dpgtable.h71 #define _PAGE_UWE 0x2000 /* used to do the dirty bit in software */ macro
88 #define __DIRTY_BITS (_PAGE_DIRTY | _PAGE_KWE | _PAGE_UWE)