Home
last modified time | relevance | path

Searched refs:pgd_entry (Results 1 – 3 of 3) sorted by relevance

/arch/x86/mm/
A Dkasan_init_64.c207 pgd_t pgd_entry; in kasan_early_p4d_populate() local
212 pgd_entry = __pgd(_KERNPG_TABLE | in kasan_early_p4d_populate()
214 set_pgd(pgd, pgd_entry); in kasan_early_p4d_populate()
/arch/loongarch/mm/
A Dpageattr.c98 .pgd_entry = pageattr_pgd_entry,
/arch/x86/mm/pat/
A Dset_memory.c1746 pgd_t *pgd_entry; in populate_pgd() local
1749 pgd_entry = cpa->pgd + pgd_index(addr); in populate_pgd()
1751 if (pgd_none(*pgd_entry)) { in populate_pgd()
1756 set_pgd(pgd_entry, __pgd(__pa(p4d) | _KERNPG_TABLE)); in populate_pgd()
1762 p4d = p4d_offset(pgd_entry, addr); in populate_pgd()

Completed in 12 milliseconds