Home
last modified time | relevance | path

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

/Linux-v5.10/arch/parisc/include/asm/
Dpgtable.h206 #define xlate_pabit(x) (31 - x) macro
211 #define PTE_SHIFT xlate_pabit(_PAGE_USER_BIT)
216 #define _PAGE_READ (1 << xlate_pabit(_PAGE_READ_BIT))
217 #define _PAGE_WRITE (1 << xlate_pabit(_PAGE_WRITE_BIT))
219 #define _PAGE_EXEC (1 << xlate_pabit(_PAGE_EXEC_BIT))
220 #define _PAGE_GATEWAY (1 << xlate_pabit(_PAGE_GATEWAY_BIT))
221 #define _PAGE_DMB (1 << xlate_pabit(_PAGE_DMB_BIT))
222 #define _PAGE_DIRTY (1 << xlate_pabit(_PAGE_DIRTY_BIT))
223 #define _PAGE_REFTRAP (1 << xlate_pabit(_PAGE_REFTRAP_BIT))
224 #define _PAGE_NO_CACHE (1 << xlate_pabit(_PAGE_NO_CACHE_BIT))
[all …]