Home
last modified time | relevance | path

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

/linux-5.19.10/arch/alpha/include/asm/
Dpgtable.h65 #define _PAGE_FOW 0x0004 /* used for page protection (fault on write) */ macro
100 #define PAGE_NONE __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE)
102 #define PAGE_COPY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW)
103 #define PAGE_READONLY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW)
108 #define _PAGE_P(x) _PAGE_NORMAL((x) | (((x) & _PAGE_FOW)?0:_PAGE_FOW))
119 #define __P000 _PAGE_P(_PAGE_FOE | _PAGE_FOW | _PAGE_FOR)
120 #define __P001 _PAGE_P(_PAGE_FOE | _PAGE_FOW)
123 #define __P100 _PAGE_P(_PAGE_FOW | _PAGE_FOR)
124 #define __P101 _PAGE_P(_PAGE_FOW)
128 #define __S000 _PAGE_S(_PAGE_FOE | _PAGE_FOW | _PAGE_FOR)
[all …]