PUD_INDEX_SIZE    109 arch/powerpc/include/asm/book3s/32/pgtable.h #define PUD_CACHE_INDEX	PUD_INDEX_SIZE
PUD_INDEX_SIZE    181 arch/powerpc/include/asm/book3s/64/hash-64k.h #define H_PUD_TABLE_SIZE	((sizeof(pud_t) << PUD_INDEX_SIZE) +	\
PUD_INDEX_SIZE    182 arch/powerpc/include/asm/book3s/64/hash-64k.h 				 (sizeof(unsigned long) << PUD_INDEX_SIZE))
PUD_INDEX_SIZE    184 arch/powerpc/include/asm/book3s/64/hash-64k.h #define H_PUD_TABLE_SIZE	(sizeof(pud_t) << PUD_INDEX_SIZE)
PUD_INDEX_SIZE    231 arch/powerpc/include/asm/book3s/64/pgtable.h #define PTRS_PER_PUD	(1 << PUD_INDEX_SIZE)
PUD_INDEX_SIZE    245 arch/powerpc/include/asm/book3s/64/pgtable.h #define PGDIR_SHIFT	(PUD_SHIFT + PUD_INDEX_SIZE)
PUD_INDEX_SIZE     26 arch/powerpc/include/asm/nohash/32/pgtable.h #define PUD_CACHE_INDEX	PUD_INDEX_SIZE
PUD_INDEX_SIZE     22 arch/powerpc/include/asm/nohash/64/pgalloc.h 	return kmem_cache_alloc(PGT_CACHE(PUD_INDEX_SIZE),
PUD_INDEX_SIZE     28 arch/powerpc/include/asm/nohash/64/pgalloc.h 	kmem_cache_free(PGT_CACHE(PUD_INDEX_SIZE), pud);
PUD_INDEX_SIZE     62 arch/powerpc/include/asm/nohash/64/pgalloc.h 	pgtable_free_tlb(tlb, pud, PUD_INDEX_SIZE)
PUD_INDEX_SIZE     20 arch/powerpc/include/asm/nohash/64/pgtable-4k.h #define PUD_TABLE_SIZE	(sizeof(pud_t) << PUD_INDEX_SIZE)
PUD_INDEX_SIZE     26 arch/powerpc/include/asm/nohash/64/pgtable-4k.h #define PTRS_PER_PUD	(1 << PUD_INDEX_SIZE)
PUD_INDEX_SIZE     40 arch/powerpc/include/asm/nohash/64/pgtable-4k.h #define PGDIR_SHIFT	(PUD_SHIFT + PUD_INDEX_SIZE)
PUD_INDEX_SIZE     19 arch/powerpc/include/asm/nohash/64/pgtable.h 			    PUD_INDEX_SIZE + PGD_INDEX_SIZE + PAGE_SHIFT)
PUD_INDEX_SIZE     23 arch/powerpc/include/asm/nohash/64/pgtable.h #define PUD_CACHE_INDEX PUD_INDEX_SIZE