Searched refs:PGD_SIZE (Results 1 – 5 of 5) sorted by relevance
22 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()
764 memset(tramp_pg_dir, 0, PGD_SIZE); in map_entry_trampoline()
24 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro32 #define PGD_SIZE (PAGE_SIZE << 2) macro
20 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
27 static pgd_t tmp_pgd_table[PTRS_PER_PGD] __initdata __aligned(PGD_SIZE);
Completed in 11 milliseconds