Home
last modified time | relevance | path

Searched refs:pgd_cache (Results 1 – 5 of 5) sorted by relevance

/arch/arm64/mm/
Dpgd.c33 static struct kmem_cache *pgd_cache; variable
40 return kmem_cache_zalloc(pgd_cache, GFP_KERNEL); in pgd_alloc()
48 kmem_cache_free(pgd_cache, pgd); in pgd_free()
57 pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_SIZE, in pgd_cache_init()
/arch/microblaze/include/asm/
Dpgalloc.h33 unsigned long *pgd_cache; member
38 #define pgd_quicklist (quicklists.pgd_cache)
/arch/tile/mm/
Dinit.c896 struct kmem_cache *pgd_cache; variable
900 pgd_cache = kmem_cache_create("pgd", SIZEOF_PGD, SIZEOF_PGD, 0, NULL); in pgtable_cache_init()
901 if (!pgd_cache) in pgtable_cache_init()
Dpgtable.c218 pgd_t *pgd = kmem_cache_alloc(pgd_cache, GFP_KERNEL); in pgd_alloc()
227 kmem_cache_free(pgd_cache, pgd); in pgd_free()
/arch/tile/include/asm/
Dpgtable.h47 extern struct kmem_cache *pgd_cache;