Home
last modified time | relevance | path

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

/linux/arch/x86/mm/
H 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()
/linux/arch/x86/mm/pat/
H A Dset_memory.c1751 pgd_t *pgd_entry; in populate_pgd() local
1754 pgd_entry = cpa->pgd + pgd_index(addr); in populate_pgd()
1756 if (pgd_none(*pgd_entry)) { in populate_pgd()
1765 set_pgd(pgd_entry, __pgd(__pa(p4d) | _KERNPG_TABLE)); in populate_pgd()
1771 p4d = p4d_offset(pgd_entry, addr); in populate_pgd()
/linux/mm/
H A Dpagewalk.c315 if (ops->pgd_entry) { in walk_pgd_range()
316 err = ops->pgd_entry(pgd, addr, next, walk); in walk_pgd_range()
/linux/arch/s390/kvm/
H A Ddat.h362 dat_walk_op pgd_entry; member
H A Ddat.c1205 .pgd_entry = __dat_peek_cmma_crste, in dat_peek_cmma()