Searched refs:SIZEOF_PGD (Results 1 – 4 of 4) sorted by relevance
28 #define SIZEOF_PGD _HV_L1_SIZE(HPAGE_SHIFT) macro
25 #define SIZEOF_PGD HV_L0_SIZE macro
235 .org swapper_pg_dir + SIZEOF_PGD
864 pgd_cache = kmem_cache_create("pgd", SIZEOF_PGD, SIZEOF_PGD, 0, NULL); in pgtable_cache_init()