Symbol: xlate_pabit
arch/parisc/include/asm/pgtable.h
185
#define PTE_SHIFT xlate_pabit(_PAGE_USER_BIT)
arch/parisc/include/asm/pgtable.h
190
#define _PAGE_READ (1 << xlate_pabit(_PAGE_READ_BIT))
arch/parisc/include/asm/pgtable.h
191
#define _PAGE_WRITE (1 << xlate_pabit(_PAGE_WRITE_BIT))
arch/parisc/include/asm/pgtable.h
193
#define _PAGE_EXEC (1 << xlate_pabit(_PAGE_EXEC_BIT))
arch/parisc/include/asm/pgtable.h
194
#define _PAGE_GATEWAY (1 << xlate_pabit(_PAGE_GATEWAY_BIT))
arch/parisc/include/asm/pgtable.h
195
#define _PAGE_DMB (1 << xlate_pabit(_PAGE_DMB_BIT))
arch/parisc/include/asm/pgtable.h
196
#define _PAGE_DIRTY (1 << xlate_pabit(_PAGE_DIRTY_BIT))
arch/parisc/include/asm/pgtable.h
197
#define _PAGE_REFTRAP (1 << xlate_pabit(_PAGE_REFTRAP_BIT))
arch/parisc/include/asm/pgtable.h
198
#define _PAGE_NO_CACHE (1 << xlate_pabit(_PAGE_NO_CACHE_BIT))
arch/parisc/include/asm/pgtable.h
199
#define _PAGE_ACCESSED (1 << xlate_pabit(_PAGE_ACCESSED_BIT))
arch/parisc/include/asm/pgtable.h
200
#define _PAGE_PRESENT (1 << xlate_pabit(_PAGE_PRESENT_BIT))
arch/parisc/include/asm/pgtable.h
201
#define _PAGE_HUGE (1 << xlate_pabit(_PAGE_HPAGE_BIT))
arch/parisc/include/asm/pgtable.h
202
#define _PAGE_USER (1 << xlate_pabit(_PAGE_USER_BIT))
arch/parisc/include/asm/pgtable.h
203
#define _PAGE_SPECIAL (1 << xlate_pabit(_PAGE_SPECIAL_BIT))
arch/parisc/include/asm/pgtable.h
223
#define PxD_FLAG_PRESENT (1 << xlate_pabit(_PxD_PRESENT_BIT))
arch/parisc/include/asm/pgtable.h
224
#define PxD_FLAG_VALID (1 << xlate_pabit(_PxD_VALID_BIT))