Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/elf2dmp/
H A Daddrspace.c123 static bool get_pml4e(struct va_space *vs, uint64_t va, uint64_t *value) in get_pml4e() function
204 if (!get_pml4e(vs, va, &pml4e) || !is_present(pml4e)) { in va_space_va2pa()