Searched refs:pgd (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/contrib/elf2dmp/ |
| H A D | addrspace.c | 167 static bool get_pte(struct va_space *vs, uint64_t va, uint64_t pgd, in get_pte() argument 170 uint64_t pgd_val = ptba_base(pgd) + pte_index(va) * 8; in get_pte() 202 uint64_t pml4e, pdpe, pgd, pte; in va_space_va2pa() local 216 if (!get_pgd(vs, va, pdpe, &pgd) || !is_present(pgd)) { in va_space_va2pa() 220 if (page_size_flag(pgd)) { in va_space_va2pa() 221 return get_2MB_paddr(va, pgd); in va_space_va2pa() 224 if (!get_pte(vs, va, pgd, &pte) || !is_present(pte)) { in va_space_va2pa()
|