Home
last modified time | relevance | path

Searched refs:PMD_CACHE_INDEX (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
Dpgalloc-64.h226 return kmem_cache_alloc(PGT_CACHE(PMD_CACHE_INDEX), in pmd_alloc_one()
232 kmem_cache_free(PGT_CACHE(PMD_CACHE_INDEX), pmd); in pmd_free()
236 pgtable_free_tlb(tlb, pmd, PMD_CACHE_INDEX)
Dpgtable-ppc64.h25 #define PMD_CACHE_INDEX (PMD_INDEX_SIZE + 1) macro
27 #define PMD_CACHE_INDEX PMD_INDEX_SIZE macro
/linux-4.4.14/arch/powerpc/mm/
Dinit_64.c144 pgtable_cache_add(PMD_CACHE_INDEX, pmd_ctor); in pgtable_cache_init()
145 if (!PGT_CACHE(PGD_INDEX_SIZE) || !PGT_CACHE(PMD_CACHE_INDEX)) in pgtable_cache_init()