Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/plugins/
H A Dhotpages.c125 page = (uint64_t) qemu_plugin_hwaddr_phys_addr(hwaddr); in vcpu_haddr()
H A Dhwprofile.c204 uint64_t off = qemu_plugin_hwaddr_phys_addr(hwaddr); in vcpu_haddr()
H A Dexeclog.c75 uint64_t addr = qemu_plugin_hwaddr_phys_addr(hwaddr); in vcpu_mem()
H A Dcache.c402 effective_addr = hwaddr ? qemu_plugin_hwaddr_phys_addr(hwaddr) : vaddr; in vcpu_mem_access()
/openbmc/qemu/include/qemu/
H A Dqemu-plugin.h637 uint64_t qemu_plugin_hwaddr_phys_addr(const struct qemu_plugin_hwaddr *haddr);
/openbmc/qemu/tests/tcg/plugins/
H A Dmem.c264 qemu_plugin_hwaddr_phys_addr(qemu_plugin_get_hwaddr(meminfo, vaddr)); in print_access()
/openbmc/qemu/plugins/
H A Dapi.c427 uint64_t qemu_plugin_hwaddr_phys_addr(const struct qemu_plugin_hwaddr *haddr) in qemu_plugin_hwaddr_phys_addr() function