Searched refs:pgd_entry (Results 1 – 3 of 3) sorted by relevance
38 pgd_populate(struct mm_struct *mm, pgd_t * pgd_entry, pud_t * pud) in pgd_populate() argument40 pgd_val(*pgd_entry) = __pa(pud); in pgd_populate()
210 pgd_t pgd_entry; in kasan_early_p4d_populate() local215 pgd_entry = __pgd(_KERNPG_TABLE | __pa_nodebug(kasan_zero_p4d)); in kasan_early_p4d_populate()216 set_pgd(pgd, pgd_entry); in kasan_early_p4d_populate()
1128 pgd_t *pgd_entry; in populate_pgd() local1131 pgd_entry = cpa->pgd + pgd_index(addr); in populate_pgd()1133 if (pgd_none(*pgd_entry)) { in populate_pgd()1138 set_pgd(pgd_entry, __pgd(__pa(p4d) | _KERNPG_TABLE)); in populate_pgd()1144 p4d = p4d_offset(pgd_entry, addr); in populate_pgd()