Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/include/asm/
Dpgalloc.h38 pgd_populate(struct mm_struct *mm, pgd_t * pgd_entry, pud_t * pud) in pgd_populate() argument
40 pgd_val(*pgd_entry) = __pa(pud); in pgd_populate()
/Linux-v4.19/arch/x86/mm/
Dkasan_init_64.c210 pgd_t pgd_entry; in kasan_early_p4d_populate() local
215 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()
Dpageattr.c1128 pgd_t *pgd_entry; in populate_pgd() local
1131 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()