Home
last modified time | relevance | path

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

/linux/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/arch/arm/mm/
H A Dkasan_init.c27 static pgd_t tmp_pgd_table[PTRS_PER_PGD] __initdata __aligned(PGD_SIZE);
/linux/arch/arm64/mm/
H A Dmmu.c1334 memset(tramp_pg_dir, 0, PGD_SIZE); in map_entry_trampoline()