Lines Matching +full:async +full:- +full:enum
5 * See the COPYING file in the top-level directory.
10 #include "qemu/config-file.h"
11 #include "qemu/qemu-plugin.h"
12 #include "qemu/error-report.h"
15 #include "qemu/plugin-event.h"
31 make_plugin_meminfo(MemOpIdx oi, enum qemu_plugin_mem_rw rw) in make_plugin_meminfo()
40 static inline enum qemu_plugin_mem_rw
69 enum plugin_dyn_cb_type {
81 enum qemu_plugin_mem_rw rw;
87 enum qemu_plugin_mem_rw rw;
95 enum qemu_plugin_cond cond;
100 * A dynamic callback has an insertion point that is determined at run-time.
105 enum plugin_dyn_cb_type type;
143 * struct CPUPluginState - per-CPU state for plugins
144 * @event_mask: plugin event bitmap. Modified only via async work.
172 MemOpIdx oi, enum qemu_plugin_mem_rw rw);
182 cpu->neg.plugin_mem_cbs = NULL; in qemu_plugin_disable_mem_helpers()
186 * qemu_plugin_user_exit(): clean-up callbacks before calling exit callbacks
188 * This is a user-mode only helper that ensure we have fully cleared
198 * This is a user-mode only helper to take the internal plugin lock
207 * This user-mode only helper resets the lock state after a fork so we
259 enum qemu_plugin_mem_rw rw) in qemu_plugin_vcpu_mem_cb()