Searched refs:pgd_entry (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/x86/mm/ |
| H A D | kasan_init_64.c | 207 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/include/linux/ |
| H A D | pagewalk.h | 71 int (*pgd_entry)(pgd_t *pgd, unsigned long addr, member
|
| /linux/mm/ |
| H A D | ptdump.c | 167 .pgd_entry = ptdump_pgd_entry,
|
| H A D | pagewalk.c | 316 if (ops->pgd_entry) { in walk_pgd_range() 317 err = ops->pgd_entry(pgd, addr, next, walk); in walk_pgd_range()
|
| /linux/arch/loongarch/mm/ |
| H A D | pageattr.c | 98 .pgd_entry = pageattr_pgd_entry,
|
| /linux/arch/x86/mm/pat/ |
| H A D | set_memory.c | 1740 pgd_t *pgd_entry; in populate_pgd() local 1743 pgd_entry = cpa->pgd + pgd_index(addr); in populate_pgd() 1745 if (pgd_none(*pgd_entry)) { in populate_pgd() 1750 set_pgd(pgd_entry, __pgd(__pa(p4d) | _KERNPG_TABLE)); in populate_pgd() 1756 p4d = p4d_offset(pgd_entry, addr); in populate_pgd()
|
| /linux/arch/s390/kvm/ |
| H A D | dat.h | 357 dat_walk_op pgd_entry; member
|
| H A D | dat.c | 1205 .pgd_entry = __dat_peek_cmma_crste, in dat_peek_cmma()
|