Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dqemu-plugin.h732 (*qemu_plugin_vcpu_syscall_cb_t)(qemu_plugin_id_t id, unsigned int vcpu_index, typedef
739 qemu_plugin_vcpu_syscall_cb_t cb);
H A Dplugin.h64 qemu_plugin_vcpu_syscall_cb_t vcpu_syscall;
/openbmc/qemu/plugins/
H A Dapi.c210 qemu_plugin_vcpu_syscall_cb_t cb) in qemu_plugin_register_vcpu_syscall_cb()
H A Dcore.c507 qemu_plugin_vcpu_syscall_cb_t func = cb->f.vcpu_syscall; in qemu_plugin_vcpu_syscall()