Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/elf2dmp/
H A Daddrspace.c144 static uint64_t pdba_base(uint64_t pdpe) in pdba_base() function
152 uint64_t pgd_entry = pdba_base(pdpe) + pde_index(va) * 8; in get_pgd()