Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/mm/
Dpgd.c29 static struct kmem_cache *pgd_cache __ro_after_init;
36 return kmem_cache_alloc(pgd_cache, PGALLOC_GFP); in pgd_alloc()
44 kmem_cache_free(pgd_cache, pgd); in pgd_free()
63 pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_SIZE, in pgd_cache_init()
/Linux-v4.19/arch/microblaze/include/asm/
Dpgalloc.h33 unsigned long *pgd_cache; member
38 #define pgd_quicklist (quicklists.pgd_cache)
/Linux-v4.19/arch/x86/mm/
Dpgtable.c374 static struct kmem_cache *pgd_cache; variable
391 pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_ALIGN, in pgd_cache_init()
411 return kmem_cache_alloc(pgd_cache, PGALLOC_GFP); in _pgd_alloc()
419 kmem_cache_free(pgd_cache, pgd); in _pgd_free()