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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dpgtable.h144 #define xlate_pabit(x) (31 - x) macro
149 #define PTE_SHIFT xlate_pabit(_PAGE_USER_BIT)
161 #define _PAGE_READ (1 << xlate_pabit(_PAGE_READ_BIT))
162 #define _PAGE_WRITE (1 << xlate_pabit(_PAGE_WRITE_BIT))
164 #define _PAGE_EXEC (1 << xlate_pabit(_PAGE_EXEC_BIT))
165 #define _PAGE_GATEWAY (1 << xlate_pabit(_PAGE_GATEWAY_BIT))
166 #define _PAGE_DMB (1 << xlate_pabit(_PAGE_DMB_BIT))
167 #define _PAGE_DIRTY (1 << xlate_pabit(_PAGE_DIRTY_BIT))
168 #define _PAGE_REFTRAP (1 << xlate_pabit(_PAGE_REFTRAP_BIT))
169 #define _PAGE_NO_CACHE (1 << xlate_pabit(_PAGE_NO_CACHE_BI
[all...]

Completed in 44 milliseconds