pgd_cache 18 arch/arm64/mm/pgd.c static struct kmem_cache *pgd_cache __ro_after_init; pgd_cache 27 arch/arm64/mm/pgd.c return kmem_cache_alloc(pgd_cache, gfp); pgd_cache 35 arch/arm64/mm/pgd.c kmem_cache_free(pgd_cache, pgd); pgd_cache 54 arch/arm64/mm/pgd.c pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_SIZE, pgd_cache 358 arch/x86/mm/pgtable.c static struct kmem_cache *pgd_cache; pgd_cache 375 arch/x86/mm/pgtable.c pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_ALIGN, pgd_cache 393 arch/x86/mm/pgtable.c return kmem_cache_alloc(pgd_cache, GFP_PGTABLE_USER); pgd_cache 401 arch/x86/mm/pgtable.c kmem_cache_free(pgd_cache, pgd);