Home
last modified time | relevance | path

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

/linux-5.19.10/arch/alpha/include/asm/
Dpgtable.h109 #define _PAGE_S(x) _PAGE_NORMAL(x) macro
128 #define __S000 _PAGE_S(_PAGE_FOE | _PAGE_FOW | _PAGE_FOR)
129 #define __S001 _PAGE_S(_PAGE_FOE | _PAGE_FOW)
130 #define __S010 _PAGE_S(_PAGE_FOE)
131 #define __S011 _PAGE_S(_PAGE_FOE)
132 #define __S100 _PAGE_S(_PAGE_FOW | _PAGE_FOR)
133 #define __S101 _PAGE_S(_PAGE_FOW)
134 #define __S110 _PAGE_S(0)
135 #define __S111 _PAGE_S(0)