Home
last modified time | relevance | path

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

/qemu/plugins/
H A Dcore.c58 bitmap_copy(cpu->plugin_state->event_mask, in plugin_cpu_update__async()
456 /* no plugin_state->event_mask check here; caller should have checked */ in qemu_plugin_vcpu_syscall_ret()
479 if (!test_bit(ev, cpu->plugin_state->event_mask)) { in qemu_plugin_vcpu_resume_cb()
501 if (!test_bit(ev, cpu->plugin_state->event_mask)) {
/qemu/hw/core/
H A Dcpu-common.c228 cpu->plugin_state = qemu_plugin_create_vcpu_state(); in cpu_common_realizefn()
/qemu/accel/tcg/
H A Dplugin-gen.c385 cpu->plugin_state->event_mask)) { in plugin_gen_tb_end()
/qemu/include/hw/core/
H A Dcpu.h527 CPUPluginState *plugin_state; member