Home
last modified time | relevance | path

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

/linux-5.19.10/arch/alpha/include/asm/
Dpgtable.h64 #define _PAGE_FOR 0x0002 /* used for page protection (fault on read) */ macro
100 #define PAGE_NONE __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE)
119 #define __P000 _PAGE_P(_PAGE_FOE | _PAGE_FOW | _PAGE_FOR)
123 #define __P100 _PAGE_P(_PAGE_FOW | _PAGE_FOR)
128 #define __S000 _PAGE_S(_PAGE_FOE | _PAGE_FOW | _PAGE_FOR)
132 #define __S100 _PAGE_S(_PAGE_FOW | _PAGE_FOR)