Home
last modified time | relevance | path

Searched refs:pgtable_cache (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/arch/sparc/include/asm/
Dpgalloc_64.h17 extern struct kmem_cache *pgtable_cache;
28 return kmem_cache_alloc(pgtable_cache, GFP_KERNEL); in pgd_alloc()
33 kmem_cache_free(pgtable_cache, pgd); in pgd_free()
45 return kmem_cache_alloc(pgtable_cache, GFP_KERNEL); in pud_alloc_one()
50 kmem_cache_free(pgtable_cache, pud); in pud_free()
55 return kmem_cache_alloc(pgtable_cache, GFP_KERNEL); in pmd_alloc_one()
60 kmem_cache_free(pgtable_cache, pmd); in pmd_free()
/Linux-v4.19/arch/powerpc/mm/
Dinit-common.c43 struct kmem_cache *pgtable_cache[MAX_PGTABLE_INDEX_SIZE]; variable
44 EXPORT_SYMBOL_GPL(pgtable_cache); /* used by kvm_hv module */
86 pgtable_cache[shift - 1] = new; in pgtable_cache_add()
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/
Dpgalloc.h27 extern struct kmem_cache *pgtable_cache[];
30 pgtable_cache[(shift) - 1]; \
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/
Dpgalloc.h27 extern struct kmem_cache *pgtable_cache[];
30 pgtable_cache[(shift) - 1]; \
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/
Dpgalloc.h38 extern struct kmem_cache *pgtable_cache[];
41 pgtable_cache[(shift) - 1]; \
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h39 extern struct kmem_cache *pgtable_cache[];
42 pgtable_cache[(shift) - 1]; \
/Linux-v4.19/arch/sparc/mm/
Dtsb.c326 struct kmem_cache *pgtable_cache __read_mostly;
345 pgtable_cache = kmem_cache_create("pgtable_cache", in pgtable_cache_init()
349 if (!pgtable_cache) { in pgtable_cache_init()
Dinit_64.c2972 kmem_cache_free(pgtable_cache, table); in pgtable_free()