Symbol: PGD_INDEX_SIZE
arch/powerpc/include/asm/book3s/32/pgalloc.h
10
pgd_t *pgd = kmem_cache_alloc(PGT_CACHE(PGD_INDEX_SIZE),
arch/powerpc/include/asm/book3s/32/pgalloc.h
22
kmem_cache_free(PGT_CACHE(PGD_INDEX_SIZE), pgd);
arch/powerpc/include/asm/book3s/32/pgtable.h
109
#define PGD_TABLE_SIZE (sizeof(pgd_t) << PGD_INDEX_SIZE)
arch/powerpc/include/asm/book3s/32/pgtable.h
116
#define PTRS_PER_PGD (1 << PGD_INDEX_SIZE)
arch/powerpc/include/asm/book3s/64/hash-64k.h
199
#define H_PGD_TABLE_SIZE (sizeof(pgd_t) << PGD_INDEX_SIZE)
arch/powerpc/include/asm/book3s/64/pgalloc.h
55
pgd = kmem_cache_alloc(PGT_CACHE(PGD_INDEX_SIZE),
arch/powerpc/include/asm/book3s/64/pgalloc.h
85
kmem_cache_free(PGT_CACHE(PGD_INDEX_SIZE), pgd);
arch/powerpc/include/asm/book3s/64/pgtable.h
199
#define PTRS_PER_PGD (1 << PGD_INDEX_SIZE)
arch/powerpc/include/asm/nohash/32/pgtable.h
26
#define PGD_TABLE_SIZE (sizeof(pgd_t) << PGD_INDEX_SIZE)
arch/powerpc/include/asm/nohash/32/pgtable.h
32
#define PTRS_PER_PGD (1 << PGD_INDEX_SIZE)
arch/powerpc/include/asm/nohash/64/pgtable-4k.h
21
#define PGD_TABLE_SIZE (sizeof(pgd_t) << PGD_INDEX_SIZE)
arch/powerpc/include/asm/nohash/64/pgtable-4k.h
27
#define PTRS_PER_PGD (1 << PGD_INDEX_SIZE)
arch/powerpc/include/asm/nohash/64/pgtable.h
19
PUD_INDEX_SIZE + PGD_INDEX_SIZE + PAGE_SHIFT)
arch/powerpc/include/asm/nohash/pgalloc.h
22
pgd_t *pgd = kmem_cache_alloc(PGT_CACHE(PGD_INDEX_SIZE),
arch/powerpc/include/asm/nohash/pgalloc.h
34
kmem_cache_free(PGT_CACHE(PGD_INDEX_SIZE), pgd);
arch/powerpc/mm/init-common.c
156
pgtable_cache_add(PGD_INDEX_SIZE);