Home
last modified time | relevance | path

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

/arch/arm64/mm/
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()
A Dmmu.c764 memset(tramp_pg_dir, 0, PGD_SIZE); in map_entry_trampoline()
/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
/arch/arm64/include/asm/
A Dpgalloc.h20 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
/arch/arm/mm/
A Dkasan_init.c27 static pgd_t tmp_pgd_table[PTRS_PER_PGD] __initdata __aligned(PGD_SIZE);

Completed in 11 milliseconds