Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/mm/
A Dpgd.c24 if (PGD_SIZE == PAGE_SIZE) in pgd_alloc()
32 if (PGD_SIZE == PAGE_SIZE) in pgd_free()
40 if (PGD_SIZE == PAGE_SIZE) in pgtable_cache_init()
48 BUILD_BUG_ON(PGD_SIZE < 64); in pgtable_cache_init()
54 pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_SIZE, in pgtable_cache_init()
A Dkasan_init.c26 static pgd_t tmp_pg_dir[PTRS_PER_PGD] __initdata __aligned(PGD_SIZE);
A Dmmu.c665 memset(tramp_pg_dir, 0, PGD_SIZE); in map_entry_trampoline()
/linux-6.3-rc2/arch/arm/include/asm/
A Dpgalloc.h24 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
32 #define PGD_SIZE (PAGE_SIZE << 2) macro
/linux-6.3-rc2/arch/arm64/include/asm/
A Dpgalloc.h19 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
/linux-6.3-rc2/arch/arm/mm/
A Dkasan_init.c28 static pgd_t tmp_pgd_table[PTRS_PER_PGD] __initdata __aligned(PGD_SIZE);
/linux-6.3-rc2/arch/x86/mm/
A Dpgtable.c359 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
379 pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_ALIGN, in pgtable_cache_init()

Completed in 17 milliseconds