PGD_INDEX_SIZE     10 arch/powerpc/include/asm/book3s/32/pgalloc.h 	return kmem_cache_alloc(PGT_CACHE(PGD_INDEX_SIZE),
PGD_INDEX_SIZE     16 arch/powerpc/include/asm/book3s/32/pgalloc.h 	kmem_cache_free(PGT_CACHE(PGD_INDEX_SIZE), pgd);
PGD_INDEX_SIZE    115 arch/powerpc/include/asm/book3s/32/pgtable.h #define PGD_TABLE_SIZE	(sizeof(pgd_t) << PGD_INDEX_SIZE)
PGD_INDEX_SIZE    119 arch/powerpc/include/asm/book3s/32/pgtable.h #define PTRS_PER_PGD	(1 << PGD_INDEX_SIZE)
PGD_INDEX_SIZE    186 arch/powerpc/include/asm/book3s/64/hash-64k.h #define H_PGD_TABLE_SIZE	(sizeof(pgd_t) << PGD_INDEX_SIZE)
PGD_INDEX_SIZE     55 arch/powerpc/include/asm/book3s/64/pgalloc.h 	pgd = kmem_cache_alloc(PGT_CACHE(PGD_INDEX_SIZE),
PGD_INDEX_SIZE     85 arch/powerpc/include/asm/book3s/64/pgalloc.h 	kmem_cache_free(PGT_CACHE(PGD_INDEX_SIZE), pgd);
PGD_INDEX_SIZE    232 arch/powerpc/include/asm/book3s/64/pgtable.h #define PTRS_PER_PGD	(1 << PGD_INDEX_SIZE)
PGD_INDEX_SIZE     32 arch/powerpc/include/asm/nohash/32/pgtable.h #define PGD_TABLE_SIZE	(sizeof(pgd_t) << PGD_INDEX_SIZE)
PGD_INDEX_SIZE     36 arch/powerpc/include/asm/nohash/32/pgtable.h #define PTRS_PER_PGD	(1 << PGD_INDEX_SIZE)
PGD_INDEX_SIZE     21 arch/powerpc/include/asm/nohash/64/pgtable-4k.h #define PGD_TABLE_SIZE	(sizeof(pgd_t) << PGD_INDEX_SIZE)
PGD_INDEX_SIZE     27 arch/powerpc/include/asm/nohash/64/pgtable-4k.h #define PTRS_PER_PGD	(1 << PGD_INDEX_SIZE)
PGD_INDEX_SIZE     19 arch/powerpc/include/asm/nohash/64/pgtable.h 			    PUD_INDEX_SIZE + PGD_INDEX_SIZE + PAGE_SHIFT)
PGD_INDEX_SIZE     22 arch/powerpc/include/asm/nohash/pgalloc.h 	return kmem_cache_alloc(PGT_CACHE(PGD_INDEX_SIZE),
PGD_INDEX_SIZE     28 arch/powerpc/include/asm/nohash/pgalloc.h 	kmem_cache_free(PGT_CACHE(PGD_INDEX_SIZE), pgd);
PGD_INDEX_SIZE    133 arch/powerpc/mm/init-common.c 	pgtable_cache_add(PGD_INDEX_SIZE);