Home
last modified time | relevance | path

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

/linux/arch/arm64/mm/
A Dpgd.c18 static struct kmem_cache *pgd_cache __ro_after_init;
38 return kmem_cache_alloc(pgd_cache, gfp); in pgd_alloc()
46 kmem_cache_free(pgd_cache, pgd); in pgd_free()
65 pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_SIZE, in pgtable_cache_init()
/linux/arch/x86/mm/
A Dpgtable.c374 static struct kmem_cache *pgd_cache; variable
391 pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_ALIGN, in pgtable_cache_init()
409 return kmem_cache_alloc(pgd_cache, GFP_PGTABLE_USER); in _pgd_alloc()
417 kmem_cache_free(pgd_cache, pgd); in _pgd_free()

Completed in 8 milliseconds