Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/mm/
H A Dpgd.c22 if (PGD_SIZE == PAGE_SIZE) in pgdir_is_page_size()
59 BUILD_BUG_ON(PGD_SIZE < 64); in pgtable_cache_init()
65 pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_SIZE, in pgtable_cache_init()
H A Dmmu.c744 memset(tramp_pg_dir, 0, PGD_SIZE); in map_entry_trampoline()
/linux-6.15/arch/arm/include/asm/
H A Dpgalloc.h24 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
32 #define PGD_SIZE (PAGE_SIZE << 2) macro
/linux-6.15/arch/arm64/include/asm/
H A Dpgalloc.h20 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
/linux-6.15/arch/arm/mm/
H A Dkasan_init.c27 static pgd_t tmp_pgd_table[PTRS_PER_PGD] __initdata __aligned(PGD_SIZE);
/linux-6.15/arch/x86/mm/
H A Dpgtable.c332 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
352 pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_ALIGN, in pgtable_cache_init()