subpg_index        95 arch/powerpc/include/asm/book3s/64/hash-4k.h 					 unsigned int subpg_index, unsigned long hidx,
subpg_index       120 arch/powerpc/include/asm/book3s/64/hash-64k.h 					 unsigned int subpg_index,
subpg_index       125 arch/powerpc/include/asm/book3s/64/hash-64k.h 	rpte.hidx &= ~HIDX_BITS(0xfUL, subpg_index);
subpg_index       126 arch/powerpc/include/asm/book3s/64/hash-64k.h 	*hidxp = rpte.hidx  | HIDX_BITS(HIDX_SHIFT_BY_ONE(hidx), subpg_index);
subpg_index       217 arch/powerpc/include/asm/book3s/64/hash.h 		int ssize, real_pte_t rpte, unsigned int subpg_index);
subpg_index        42 arch/powerpc/mm/book3s64/hash_64k.c 	unsigned int subpg_index;
subpg_index        87 arch/powerpc/mm/book3s64/hash_64k.c 	subpg_index = (ea & (PAGE_SIZE - 1)) >> shift;
subpg_index       113 arch/powerpc/mm/book3s64/hash_64k.c 	if (__rpte_sub_valid(rpte, subpg_index)) {
subpg_index       117 arch/powerpc/mm/book3s64/hash_64k.c 					   subpg_index);
subpg_index       153 arch/powerpc/mm/book3s64/hash_64k.c 		pa += (subpg_index << shift);
subpg_index       216 arch/powerpc/mm/book3s64/hash_64k.c 	new_pte |= pte_set_hidx(ptep, rpte, subpg_index, slot, PTRS_PER_PTE);
subpg_index      1705 arch/powerpc/mm/book3s64/hash_utils.c 		int ssize, real_pte_t rpte, unsigned int subpg_index)
subpg_index      1710 arch/powerpc/mm/book3s64/hash_utils.c 	hidx = __rpte_to_hidx(rpte, subpg_index);