Home
last modified time | relevance | path

Searched refs:get_pgd (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/contrib/elf2dmp/
H A Daddrspace.c149 static bool get_pgd(struct va_space *vs, uint64_t va, uint64_t pdpe, in get_pgd() function
216 if (!get_pgd(vs, va, pdpe, &pgd) || !is_present(pgd)) { in va_space_va2pa()