Searched refs:pgd_p (Results 1 – 1 of 1) sorted by relevance
82 pgdval_t pgd, *pgd_p; in __early_make_pgtable() local92 pgd_p = &early_top_pgt[pgd_index(address)].pgd; in __early_make_pgtable()93 pgd = *pgd_p; in __early_make_pgtable()101 p4d_p = pgd_p; in __early_make_pgtable()112 *pgd_p = (pgdval_t)p4d_p - __START_KERNEL_map + phys_base + _KERNPG_TABLE; in __early_make_pgtable()