Searched refs:PGD_SIZE (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/arm64/mm/ |
D | pgd.c | 33 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()
|
D | kasan_init.c | 30 static pgd_t tmp_pg_dir[PTRS_PER_PGD] __initdata __aligned(PGD_SIZE);
|
D | mmu.c | 551 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/ |
D | pgalloc.h | 30 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
|
/Linux-v4.19/arch/x86/mm/ |
D | pgtable.c | 371 #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()
|