Searched refs:pgd_entry (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/contrib/elf2dmp/ |
H A D | addrspace.c | 152 uint64_t pgd_entry = pdba_base(pdpe) + pde_index(va) * 8; in get_pgd() local 154 return pa_space_read64(vs->ps, pgd_entry, value); in get_pgd() 195 static uint64_t get_2MB_paddr(uint64_t va, uint64_t pgd_entry) in get_2MB_paddr() argument 197 return (pgd_entry & 0xfffffffe00000) | (va & 0x00000001fffff); in get_2MB_paddr()
|
/openbmc/linux/arch/x86/mm/ |
H 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()
|
/openbmc/linux/include/linux/ |
H A D | pagewalk.h | 59 int (*pgd_entry)(pgd_t *pgd, unsigned long addr, member
|
/openbmc/linux/mm/ |
H A D | ptdump.c | 143 .pgd_entry = ptdump_pgd_entry,
|
H A D | pagewalk.c | 285 if (ops->pgd_entry) { in walk_pgd_range() 286 err = ops->pgd_entry(pgd, addr, next, walk); in walk_pgd_range()
|
/openbmc/linux/arch/x86/mm/pat/ |
H A D | set_memory.c | 1536 pgd_t *pgd_entry; in populate_pgd() local 1539 pgd_entry = cpa->pgd + pgd_index(addr); in populate_pgd() 1541 if (pgd_none(*pgd_entry)) { in populate_pgd() 1546 set_pgd(pgd_entry, __pgd(__pa(p4d) | _KERNPG_TABLE)); in populate_pgd() 1552 p4d = p4d_offset(pgd_entry, addr); in populate_pgd()
|