PGT_CACHE 10 arch/powerpc/include/asm/book3s/32/pgalloc.h return kmem_cache_alloc(PGT_CACHE(PGD_INDEX_SIZE), PGT_CACHE 16 arch/powerpc/include/asm/book3s/32/pgalloc.h kmem_cache_free(PGT_CACHE(PGD_INDEX_SIZE), pgd); PGT_CACHE 46 arch/powerpc/include/asm/book3s/32/pgalloc.h kmem_cache_free(PGT_CACHE(index_size), table); PGT_CACHE 55 arch/powerpc/include/asm/book3s/64/pgalloc.h pgd = kmem_cache_alloc(PGT_CACHE(PGD_INDEX_SIZE), PGT_CACHE 85 arch/powerpc/include/asm/book3s/64/pgalloc.h kmem_cache_free(PGT_CACHE(PGD_INDEX_SIZE), pgd); PGT_CACHE 97 arch/powerpc/include/asm/book3s/64/pgalloc.h pud = kmem_cache_alloc(PGT_CACHE(PUD_CACHE_INDEX), PGT_CACHE 112 arch/powerpc/include/asm/book3s/64/pgalloc.h kmem_cache_free(PGT_CACHE(PUD_CACHE_INDEX), pud); PGT_CACHE 22 arch/powerpc/include/asm/nohash/64/pgalloc.h return kmem_cache_alloc(PGT_CACHE(PUD_INDEX_SIZE), PGT_CACHE 28 arch/powerpc/include/asm/nohash/64/pgalloc.h kmem_cache_free(PGT_CACHE(PUD_INDEX_SIZE), pud); PGT_CACHE 50 arch/powerpc/include/asm/nohash/64/pgalloc.h return kmem_cache_alloc(PGT_CACHE(PMD_CACHE_INDEX), PGT_CACHE 56 arch/powerpc/include/asm/nohash/64/pgalloc.h kmem_cache_free(PGT_CACHE(PMD_CACHE_INDEX), pmd); PGT_CACHE 22 arch/powerpc/include/asm/nohash/pgalloc.h return kmem_cache_alloc(PGT_CACHE(PGD_INDEX_SIZE), PGT_CACHE 28 arch/powerpc/include/asm/nohash/pgalloc.h kmem_cache_free(PGT_CACHE(PGD_INDEX_SIZE), pgd); PGT_CACHE 43 arch/powerpc/include/asm/nohash/pgalloc.h kmem_cache_free(PGT_CACHE(shift), table); PGT_CACHE 361 arch/powerpc/mm/book3s64/pgtable.c kmem_cache_free(PGT_CACHE(PUD_CACHE_INDEX), table); PGT_CACHE 367 arch/powerpc/mm/book3s64/pgtable.c kmem_cache_free(PGT_CACHE(H_16M_CACHE_INDEX), table); PGT_CACHE 372 arch/powerpc/mm/book3s64/pgtable.c kmem_cache_free(PGT_CACHE(H_16G_CACHE_INDEX), table); PGT_CACHE 54 arch/powerpc/mm/hugetlbpage.c cachep = PGT_CACHE(PTE_T_ORDER); PGT_CACHE 62 arch/powerpc/mm/hugetlbpage.c cachep = PGT_CACHE(pdshift - pshift); PGT_CACHE 268 arch/powerpc/mm/hugetlbpage.c kmem_cache_free(PGT_CACHE(PTE_T_ORDER), batch->ptes[i]); PGT_CACHE 281 arch/powerpc/mm/hugetlbpage.c kmem_cache_free(PGT_CACHE(PTE_T_ORDER), hugepte); PGT_CACHE 115 arch/powerpc/mm/init-common.c if (PGT_CACHE(shift))