Searched refs:pgd_entry (Results 1 – 3 of 3) sorted by relevance
39 pgd_populate(struct mm_struct *mm, pgd_t * pgd_entry, pud_t * pud) in pgd_populate() argument41 pgd_val(*pgd_entry) = __pa(pud); in pgd_populate()
211 pgd_t pgd_entry; in kasan_early_p4d_populate() local216 pgd_entry = __pgd(_KERNPG_TABLE | in kasan_early_p4d_populate()218 set_pgd(pgd, pgd_entry); in kasan_early_p4d_populate()
1400 pgd_t *pgd_entry; in populate_pgd() local1403 pgd_entry = cpa->pgd + pgd_index(addr); in populate_pgd()1405 if (pgd_none(*pgd_entry)) { in populate_pgd()1410 set_pgd(pgd_entry, __pgd(__pa(p4d) | _KERNPG_TABLE)); in populate_pgd()1416 p4d = p4d_offset(pgd_entry, addr); in populate_pgd()