xlate_pabit       146 include/asm-parisc/pgtable.h #define PTE_SHIFT	   	xlate_pabit(_PAGE_USER_BIT)
xlate_pabit       158 include/asm-parisc/pgtable.h #define _PAGE_READ     (1 << xlate_pabit(_PAGE_READ_BIT))
xlate_pabit       159 include/asm-parisc/pgtable.h #define _PAGE_WRITE    (1 << xlate_pabit(_PAGE_WRITE_BIT))
xlate_pabit       161 include/asm-parisc/pgtable.h #define _PAGE_EXEC     (1 << xlate_pabit(_PAGE_EXEC_BIT))
xlate_pabit       162 include/asm-parisc/pgtable.h #define _PAGE_GATEWAY  (1 << xlate_pabit(_PAGE_GATEWAY_BIT))
xlate_pabit       163 include/asm-parisc/pgtable.h #define _PAGE_DMB      (1 << xlate_pabit(_PAGE_DMB_BIT))
xlate_pabit       164 include/asm-parisc/pgtable.h #define _PAGE_DIRTY    (1 << xlate_pabit(_PAGE_DIRTY_BIT))
xlate_pabit       165 include/asm-parisc/pgtable.h #define _PAGE_REFTRAP  (1 << xlate_pabit(_PAGE_REFTRAP_BIT))
xlate_pabit       166 include/asm-parisc/pgtable.h #define _PAGE_NO_CACHE (1 << xlate_pabit(_PAGE_NO_CACHE_BIT))
xlate_pabit       167 include/asm-parisc/pgtable.h #define _PAGE_ACCESSED (1 << xlate_pabit(_PAGE_ACCESSED_BIT))
xlate_pabit       168 include/asm-parisc/pgtable.h #define _PAGE_PRESENT  (1 << xlate_pabit(_PAGE_PRESENT_BIT))
xlate_pabit       169 include/asm-parisc/pgtable.h #define _PAGE_FLUSH    (1 << xlate_pabit(_PAGE_FLUSH_BIT))
xlate_pabit       170 include/asm-parisc/pgtable.h #define _PAGE_USER     (1 << xlate_pabit(_PAGE_USER_BIT))
xlate_pabit       171 include/asm-parisc/pgtable.h #define _PAGE_FILE     (1 << xlate_pabit(_PAGE_FILE_BIT))
xlate_pabit       186 include/asm-parisc/pgtable.h #define PxD_FLAG_PRESENT  (1 << xlate_pabit(_PxD_PRESENT_BIT))
xlate_pabit       187 include/asm-parisc/pgtable.h #define PxD_FLAG_ATTACHED (1 << xlate_pabit(_PxD_ATTACHED_BIT))
xlate_pabit       188 include/asm-parisc/pgtable.h #define PxD_FLAG_VALID    (1 << xlate_pabit(_PxD_VALID_BIT))
xlate_pabit       426 include/asm-parisc/pgtable.h 	return test_and_clear_bit(xlate_pabit(_PAGE_ACCESSED_BIT), &pte_val(*ptep));