Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/mm/
Dpgd.c33 if (PGD_SIZE == PAGE_SIZE) in pgd_alloc()
41 if (PGD_SIZE == PAGE_SIZE) in pgd_free()
49 if (PGD_SIZE == PAGE_SIZE) in pgd_cache_init()
57 BUILD_BUG_ON(PGD_SIZE < 64); in pgd_cache_init()
63 pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_SIZE, in pgd_cache_init()
Dkasan_init.c30 static pgd_t tmp_pg_dir[PTRS_PER_PGD] __initdata __aligned(PGD_SIZE);
Dmmu.c551 memset(tramp_pg_dir, 0, PGD_SIZE); in map_entry_trampoline()
647 memcpy(swapper_pg_dir, pgdp, PGD_SIZE); in paging_init()
/Linux-v4.19/arch/arm64/include/asm/
Dpgalloc.h30 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
/Linux-v4.19/arch/x86/mm/
Dpgtable.c371 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
391 pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_ALIGN, in pgd_cache_init()