PTE_INDEX_SIZE    112 arch/powerpc/include/asm/book3s/32/pgtable.h #define PTE_TABLE_SIZE	(sizeof(pte_t) << PTE_INDEX_SIZE)
PTE_INDEX_SIZE    118 arch/powerpc/include/asm/book3s/32/pgtable.h #define PTRS_PER_PTE	(1 << PTE_INDEX_SIZE)
PTE_INDEX_SIZE    132 arch/powerpc/include/asm/book3s/32/pgtable.h #define PGDIR_SHIFT	(PAGE_SHIFT + PTE_INDEX_SIZE)
PTE_INDEX_SIZE    229 arch/powerpc/include/asm/book3s/64/pgtable.h #define PTRS_PER_PTE	(1 << PTE_INDEX_SIZE)
PTE_INDEX_SIZE    235 arch/powerpc/include/asm/book3s/64/pgtable.h #define PMD_SHIFT	(PAGE_SHIFT + PTE_INDEX_SIZE)
PTE_INDEX_SIZE     29 arch/powerpc/include/asm/nohash/32/pgtable.h #define PTE_TABLE_SIZE	(sizeof(pte_t) << PTE_INDEX_SIZE)
PTE_INDEX_SIZE     35 arch/powerpc/include/asm/nohash/32/pgtable.h #define PTRS_PER_PTE	(1 << PTE_INDEX_SIZE)
PTE_INDEX_SIZE     49 arch/powerpc/include/asm/nohash/32/pgtable.h #define PGDIR_SHIFT	(PAGE_SHIFT + PTE_INDEX_SIZE)
PTE_INDEX_SIZE     18 arch/powerpc/include/asm/nohash/64/pgtable-4k.h #define PTE_TABLE_SIZE	(sizeof(pte_t) << PTE_INDEX_SIZE)
PTE_INDEX_SIZE     24 arch/powerpc/include/asm/nohash/64/pgtable-4k.h #define PTRS_PER_PTE	(1 << PTE_INDEX_SIZE)
PTE_INDEX_SIZE     30 arch/powerpc/include/asm/nohash/64/pgtable-4k.h #define PMD_SHIFT	(PAGE_SHIFT + PTE_INDEX_SIZE)
PTE_INDEX_SIZE     18 arch/powerpc/include/asm/nohash/64/pgtable.h #define PGTABLE_EADDR_SIZE (PTE_INDEX_SIZE + PMD_INDEX_SIZE + \
PTE_INDEX_SIZE    428 arch/powerpc/kvm/book3s_64_mmu_radix.c 		memset(pte, 0, sizeof(long) << PTE_INDEX_SIZE);