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

/linux-master/include/linux/
H A Dpagewalk.h21 * @pgd_entry: if set, called for each non-empty PGD (top-level) entry
59 int (*pgd_entry)(pgd_t *pgd, unsigned long addr, member in struct:mm_walk_ops
/linux-master/arch/x86/mm/
H A Dkasan_init_64.c208 pgd_t pgd_entry; local
213 pgd_entry = __pgd(_KERNPG_TABLE |
215 set_pgd(pgd, pgd_entry);
/linux-master/mm/
H A Dptdump.c144 .pgd_entry = ptdump_pgd_entry,
H A Dpagewalk.c285 if (ops->pgd_entry) {
286 err = ops->pgd_entry(pgd, addr, next, walk);
/linux-master/arch/x86/mm/pat/
H A Dset_memory.c1502 pgd_t *pgd_entry; local
1505 pgd_entry = cpa->pgd + pgd_index(addr);
1507 if (pgd_none(*pgd_entry)) {
1512 set_pgd(pgd_entry, __pgd(__pa(p4d) | _KERNPG_TABLE));
1518 p4d = p4d_offset(pgd_entry, addr);

Completed in 225 milliseconds