Searched refs:pgd_entry (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/arch/x86/mm/ |
A D | kasan_init_64.c | 208 pgd_t pgd_entry; in kasan_early_p4d_populate() local 213 pgd_entry = __pgd(_KERNPG_TABLE | in kasan_early_p4d_populate() 215 set_pgd(pgd, pgd_entry); in kasan_early_p4d_populate()
|
/linux-6.3-rc2/include/linux/ |
A D | pagewalk.h | 49 int (*pgd_entry)(pgd_t *pgd, unsigned long addr, member
|
/linux-6.3-rc2/mm/ |
A D | ptdump.c | 143 .pgd_entry = ptdump_pgd_entry,
|
A D | pagewalk.c | 269 if (ops->pgd_entry) { in walk_pgd_range() 270 err = ops->pgd_entry(pgd, addr, next, walk); in walk_pgd_range()
|
/linux-6.3-rc2/arch/riscv/mm/ |
A D | pageattr.c | 99 .pgd_entry = pageattr_pgd_entry,
|
/linux-6.3-rc2/arch/x86/mm/pat/ |
A D | set_memory.c | 1497 pgd_t *pgd_entry; in populate_pgd() local 1500 pgd_entry = cpa->pgd + pgd_index(addr); in populate_pgd() 1502 if (pgd_none(*pgd_entry)) { in populate_pgd() 1507 set_pgd(pgd_entry, __pgd(__pa(p4d) | _KERNPG_TABLE)); in populate_pgd() 1513 p4d = p4d_offset(pgd_entry, addr); in populate_pgd()
|
Completed in 12 milliseconds