Home
last modified time | relevance | path

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

/openbmc/qemu/tests/plugin/
H A Dsyscall.c42 static void vcpu_syscall(qemu_plugin_id_t id, unsigned int vcpu_index, in vcpu_syscall() function
140 qemu_plugin_register_vcpu_syscall_cb(id, vcpu_syscall); in qemu_plugin_install()
/openbmc/qemu/include/qemu/
H A Dplugin.h63 qemu_plugin_vcpu_syscall_cb_t vcpu_syscall; member
/openbmc/qemu/plugins/
H A Dcore.c364 qemu_plugin_vcpu_syscall_cb_t func = cb->f.vcpu_syscall; in qemu_plugin_vcpu_syscall()