Searched refs:pml4e (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/contrib/elf2dmp/ |
| H A D | addrspace.c | 130 static bool get_pdpi(struct va_space *vs, uint64_t va, uint64_t pml4e, in get_pdpi() argument 133 uint64_t pdpte_paddr = (pml4e & 0xffffffffff000) | in get_pdpi() 202 uint64_t pml4e, pdpe, pgd, pte; in va_space_va2pa() local 204 if (!get_pml4e(vs, va, &pml4e) || !is_present(pml4e)) { in va_space_va2pa() 208 if (!get_pdpi(vs, va, pml4e, &pdpe) || !is_present(pdpe)) { in va_space_va2pa()
|