Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dpgtable.h180 #define xlate_pabit(x) (31 - x) macro
185 #define PTE_SHIFT xlate_pabit(_PAGE_USER_BIT)
190 #define _PAGE_READ (1 << xlate_pabit(_PAGE_READ_BIT))
191 #define _PAGE_WRITE (1 << xlate_pabit(_PAGE_WRITE_BIT))
193 #define _PAGE_EXEC (1 << xlate_pabit(_PAGE_EXEC_BIT))
194 #define _PAGE_GATEWAY (1 << xlate_pabit(_PAGE_GATEWAY_BIT))
195 #define _PAGE_DMB (1 << xlate_pabit(_PAGE_DMB_BIT))
196 #define _PAGE_DIRTY (1 << xlate_pabit(_PAGE_DIRTY_BIT))
197 #define _PAGE_REFTRAP (1 << xlate_pabit(_PAGE_REFTRAP_BIT))
198 #define _PAGE_NO_CACHE (1 << xlate_pabit(_PAGE_NO_CACHE_BI
[all...]
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dpgtable.h201 #define xlate_pabit(x) (31 - x) macro
206 #define PTE_SHIFT xlate_pabit(_PAGE_USER_BIT)
211 #define _PAGE_READ (1 << xlate_pabit(_PAGE_READ_BIT))
212 #define _PAGE_WRITE (1 << xlate_pabit(_PAGE_WRITE_BIT))
214 #define _PAGE_EXEC (1 << xlate_pabit(_PAGE_EXEC_BIT))
215 #define _PAGE_GATEWAY (1 << xlate_pabit(_PAGE_GATEWAY_BIT))
216 #define _PAGE_DMB (1 << xlate_pabit(_PAGE_DMB_BIT))
217 #define _PAGE_DIRTY (1 << xlate_pabit(_PAGE_DIRTY_BIT))
218 #define _PAGE_REFTRAP (1 << xlate_pabit(_PAGE_REFTRAP_BIT))
219 #define _PAGE_NO_CACHE (1 << xlate_pabit(_PAGE_NO_CACHE_BI
[all...]

Completed in 3 milliseconds