Searched refs:_PAGE_FOW (Results 1 – 1 of 1) sorted by relevance
66 #define _PAGE_FOW 0x0004 /* used for page protection (fault on write) */ macro101 #define PAGE_NONE __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE)103 #define PAGE_COPY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW)104 #define PAGE_READONLY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW)109 #define _PAGE_P(x) _PAGE_NORMAL((x) | (((x) & _PAGE_FOW)?0:_PAGE_FOW))120 #define __P000 _PAGE_P(_PAGE_FOE | _PAGE_FOW | _PAGE_FOR)121 #define __P001 _PAGE_P(_PAGE_FOE | _PAGE_FOW)124 #define __P100 _PAGE_P(_PAGE_FOW | _PAGE_FOR)125 #define __P101 _PAGE_P(_PAGE_FOW)129 #define __S000 _PAGE_S(_PAGE_FOE | _PAGE_FOW | _PAGE_FOR)[all …]