Home
last modified time | relevance | path

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

/arch/arm64/mm/
Dpgd.c35 if (PGD_SIZE == PAGE_SIZE) in pgd_alloc()
43 if (PGD_SIZE == PAGE_SIZE) in pgd_free()
51 if (PGD_SIZE == PAGE_SIZE) in pgd_cache_init()
57 pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_SIZE, in pgd_cache_init()
Dkasan_init.c28 static pgd_t tmp_pg_dir[PTRS_PER_PGD] __initdata __aligned(PGD_SIZE);
Dmmu.c509 memset(tramp_pg_dir, 0, PGD_SIZE); in map_entry_trampoline()
/arch/arm64/include/asm/
Dpgalloc.h30 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
/arch/x86/mm/
Dpgtable.c291 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
311 pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_ALIGN, in pgd_cache_init()
/arch/mn10300/include/asm/
Dpgtable.h64 #define PGD_SIZE PAGE_SIZE macro