_PAGE_BIT_SWAP_TYPE  725 arch/powerpc/include/asm/book3s/64/pgtable.h 	BUILD_BUG_ON(_PAGE_HPTEFLAGS & (0x1f << _PAGE_BIT_SWAP_TYPE)); \
_PAGE_BIT_SWAP_TYPE  730 arch/powerpc/include/asm/book3s/64/pgtable.h #define __swp_type(x)		(((x).val >> _PAGE_BIT_SWAP_TYPE) \
_PAGE_BIT_SWAP_TYPE  734 arch/powerpc/include/asm/book3s/64/pgtable.h 				((type) << _PAGE_BIT_SWAP_TYPE) \
_PAGE_BIT_SWAP_TYPE  748 arch/powerpc/include/asm/book3s/64/pgtable.h #define _PAGE_SWP_SOFT_DIRTY   (1UL << (SWP_TYPE_BITS + _PAGE_BIT_SWAP_TYPE))
_PAGE_BIT_SWAP_TYPE  348 arch/powerpc/include/asm/nohash/64/pgtable.h #define __swp_type(x)		(((x).val >> _PAGE_BIT_SWAP_TYPE) \
_PAGE_BIT_SWAP_TYPE  352 arch/powerpc/include/asm/nohash/64/pgtable.h 					((type) << _PAGE_BIT_SWAP_TYPE) \