Searched refs:pgd_cache (Results 1 – 5 of 5) sorted by relevance
/arch/arm64/mm/ |
D | pgd.c | 33 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/ |
D | pgalloc.h | 33 unsigned long *pgd_cache; member 38 #define pgd_quicklist (quicklists.pgd_cache)
|
/arch/tile/mm/ |
D | init.c | 896 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()
|
D | pgtable.c | 218 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/ |
D | pgtable.h | 47 extern struct kmem_cache *pgd_cache;
|