Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/plugins/
H A Ddrcov.c124 uint64_t pc = qemu_plugin_tb_vaddr(tb); in vcpu_tb_trans()
H A Dhotblocks.c112 uint64_t pc = qemu_plugin_tb_vaddr(tb); in vcpu_tb_trans()
H A Dbbv.c103 uint64_t vaddr = qemu_plugin_tb_vaddr(tb); in vcpu_tb_trans()
H A Dlockstep.c255 bi->pc = qemu_plugin_tb_vaddr(tb); in vcpu_tb_trans()
H A Dcflow.c298 uint64_t pc = qemu_plugin_tb_vaddr(tb); in vcpu_tb_trans()
/openbmc/qemu/include/qemu/
H A Dqemu-plugin.h486 uint64_t qemu_plugin_tb_vaddr(const struct qemu_plugin_tb *tb);
/openbmc/qemu/plugins/
H A Dapi.c243 uint64_t qemu_plugin_tb_vaddr(const struct qemu_plugin_tb *tb) in qemu_plugin_tb_vaddr() function