Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/elf2dmp/
H A Daddrspace.c162 static uint64_t ptba_base(uint64_t pde) in ptba_base() function
170 uint64_t pgd_val = ptba_base(pgd) + pte_index(va) * 8; in get_pte()