Lines Matching +full:enum +full:- +full:as +full:- +full:flags
7 * See the COPYING file in the top-level directory.
9 * SPDX-License-Identifier: GPL-2.0-or-later
25 * Use the HT as a hash map by inserting k == v, which saves memory as
30 * Use the HT as a hash map. Note that we could use a list here,
38 * @lock protects the struct as well as ctx->uninstalling.
72 enum qemu_plugin_mem_rw rw,
73 enum qemu_plugin_op op,
81 void plugin_register_cb(qemu_plugin_id_t id, enum qemu_plugin_event ev,
85 enum qemu_plugin_event ev);
88 plugin_register_cb_udata(qemu_plugin_id_t id, enum qemu_plugin_event ev,
94 enum qemu_plugin_cb_flags flags, void *udata);
99 enum qemu_plugin_cb_flags flags,
100 enum qemu_plugin_cond cond,
107 enum qemu_plugin_cb_flags flags,
108 enum qemu_plugin_mem_rw rw,
111 void exec_inline_op(enum plugin_dyn_cb_type type,