Home
last modified time | relevance | path

Searched defs:cb (Results 1 – 25 of 89) sorted by relevance

1234

/qemu/plugins/
H A Dcore.c78 struct qemu_plugin_cb *cb = ctx->callbacks[ev]; in plugin_unregister_cb__locked() local
100 struct qemu_plugin_cb *cb, *next; in plugin_vcpu_cb__simple() local
127 struct qemu_plugin_cb *cb, *next; in plugin_cb__simple() local
150 struct qemu_plugin_cb *cb, *next; in plugin_cb__udata() local
278 qemu_plugin_vcpu_simple_cb_t cb; member
350 void *cb, in plugin_register_vcpu_mem_cb()
373 struct qemu_plugin_cb *cb, *next; in qemu_plugin_tb_trans_cb() local
396 struct qemu_plugin_cb *cb, *next; in qemu_plugin_vcpu_syscall() local
418 struct qemu_plugin_cb *cb, *next; in qemu_plugin_vcpu_syscall_ret() local
506 struct qemu_plugin_dyn_cb *cb = in qemu_plugin_vcpu_mem_cb() local
[all …]
H A Dapi.c60 void qemu_plugin_uninstall(qemu_plugin_id_t id, qemu_plugin_simple_cb_t cb) in qemu_plugin_uninstall()
65 void qemu_plugin_reset(qemu_plugin_id_t id, qemu_plugin_simple_cb_t cb) in qemu_plugin_reset()
78 qemu_plugin_vcpu_simple_cb_t cb) in qemu_plugin_register_vcpu_init_cb()
84 qemu_plugin_vcpu_simple_cb_t cb) in qemu_plugin_register_vcpu_exit_cb()
90 qemu_plugin_vcpu_udata_cb_t cb, in qemu_plugin_register_vcpu_tb_exec_cb()
117 qemu_plugin_vcpu_udata_cb_t cb, in qemu_plugin_register_vcpu_insn_exec_cb()
149 qemu_plugin_vcpu_mem_cb_t cb, in qemu_plugin_register_vcpu_mem_cb()
170 qemu_plugin_vcpu_tb_trans_cb_t cb) in qemu_plugin_register_vcpu_tb_trans_cb()
176 qemu_plugin_vcpu_syscall_cb_t cb) in qemu_plugin_register_vcpu_syscall_cb()
183 qemu_plugin_vcpu_syscall_ret_cb_t cb) in qemu_plugin_register_vcpu_syscall_ret_cb()
H A Dloader.c320 qemu_plugin_simple_cb_t cb; member
389 qemu_plugin_simple_cb_t cb, in plugin_reset_uninstall()
/qemu/include/qemu/
H A Dtimer.h87 QEMUTimerCB *cb; member
437 QEMUTimerCB *cb, void *opaque) in timer_init()
454 QEMUTimerCB *cb, void *opaque) in timer_init_ns()
471 QEMUTimerCB *cb, void *opaque) in timer_init_us()
488 QEMUTimerCB *cb, void *opaque) in timer_init_ms()
521 QEMUTimerCB *cb, void *opaque) in timer_new_full()
542 QEMUTimerCB *cb, void *opaque) in timer_new()
559 static inline QEMUTimer *timer_new_ns(QEMUClockType type, QEMUTimerCB *cb, in timer_new_ns()
577 static inline QEMUTimer *timer_new_us(QEMUClockType type, QEMUTimerCB *cb, in timer_new_us()
595 static inline QEMUTimer *timer_new_ms(QEMUClockType type, QEMUTimerCB *cb, in timer_new_ms()
H A Dmain-loop.h388 #define qemu_bh_new_guarded(cb, opaque, guard) \ argument
390 #define qemu_bh_new(cb, opaque) \ argument
/qemu/include/block/
H A Daio.h40 BlockCompletionFunc *cb; member
297 #define aio_bh_schedule_oneshot(ctx, cb, opaque) \ argument
320 #define aio_bh_new(ctx, cb, opaque) \ argument
330 #define aio_bh_new_guarded(ctx, cb, opaque, guard) \ argument
537 QEMUTimerCB *cb, void *opaque) in aio_timer_new_with_attrs()
557 QEMUTimerCB *cb, void *opaque) in aio_timer_new()
579 QEMUTimerCB *cb, void *opaque) in aio_timer_init_with_attrs()
599 QEMUTimerCB *cb, void *opaque) in aio_timer_init()
/qemu/hw/core/
H A Dvm-change-state-handler.c56 VMChangeStateHandler *cb, in qdev_add_vm_change_state_handler()
67 DeviceState *dev, VMChangeStateHandler *cb, in qdev_add_vm_change_state_handler_full()
/qemu/crypto/
H A Dder.c134 static int qcrypto_der_invoke_callback(QCryptoDERDecodeCb cb, void *ctx, in qcrypto_der_invoke_callback()
146 QCryptoDERDecodeCb cb, void *ctx, in qcrypto_der_extract_definite_data()
207 QCryptoDERDecodeCb cb, void *ctx, in qcrypto_der_extract_data()
228 QCryptoDERDecodeCb cb, in qcrypto_der_decode_tlv()
260 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_int()
269 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_seq()
278 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_octet_str()
287 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_bit_str()
296 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_oid()
305 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_ctx_tag()
/qemu/util/
H A Daio-wait.c60 QEMUBHFunc *cb; member
75 void aio_wait_bh_oneshot(AioContext *ctx, QEMUBHFunc *cb, void *opaque) in aio_wait_bh_oneshot()
H A Daiocb.c29 BlockCompletionFunc *cb, void *opaque) in qemu_aio_get()
H A Dqemu-timer.c97 QEMUTimerListNotifyCB *cb, in timerlist_new()
362 QEMUTimerCB *cb, void *opaque) in timer_init_full()
506 QEMUTimerCB *cb; in timerlist_run_timers() local
594 QEMUTimerListNotifyCB *cb, void *opaque) in timerlistgroup_init()
H A Dfilemonitor-inotify.c41 QFileMonitorHandler cb; member
254 QFileMonitorHandler cb, in qemu_file_monitor_add_watch()
H A Dqemu-config.c94 static int qemu_config_foreach(FILE *fp, QEMUConfigCB *cb, void *opaque, in qemu_config_foreach()
186 int qemu_read_config_file(const char *filename, QEMUConfigCB *cb, Error **errp) in qemu_read_config_file()
/qemu/tests/unit/
H A Dptimer-test-stubs.c25 QEMUBHFunc *cb; member
40 QEMUTimerCB *cb, void *opaque) in timer_init_full()
110 QEMUBH *qemu_bh_new_full(QEMUBHFunc *cb, void *opaque, const char *name, in qemu_bh_new_full()
H A Dtest-crypto-der.c183 QCryptoDERDecodeCb cb, void *opaque, in qcrypto_wrapped_decode_ctx_tag0()
190 QCryptoDERDecodeCb cb, void *opaque, in qcrypto_wrapped_decode_ctx_tag1()
200 QCryptoDERDecodeCb cb; member
/qemu/stubs/
H A Dchange-state-handler.c4 VMChangeStateEntry *qemu_add_vm_change_state_handler(VMChangeStateHandler *cb, in qemu_add_vm_change_state_handler()
/qemu/block/
H A Dnull.c171 BlockCompletionFunc *cb, in null_aio_common()
195 BlockCompletionFunc *cb, in null_aio_preadv()
210 BlockCompletionFunc *cb, in null_aio_pwritev()
217 BlockCompletionFunc *cb, in null_aio_flush()
/qemu/subprojects/libvhost-user/
H A Dlibvhost-user-glib.c59 vug_src_dispatch(GSource *gsrc, GSourceFunc cb, gpointer data) in vug_src_dispatch()
105 set_watch(VuDev *vu_dev, int fd, int vu_evt, vu_watch_cb cb, void *pvt) in set_watch()
H A Dlink-test.c17 vu_watch_cb cb, void *data) in set_watch()
/qemu/system/
H A Drunstate.c273 VMChangeStateHandler *cb; member
296 VMChangeStateHandler *cb, void *opaque, int priority) in qemu_add_vm_change_state_handler_prio()
320 qemu_add_vm_change_state_handler_prio_full(VMChangeStateHandler *cb, in qemu_add_vm_change_state_handler_prio_full()
345 VMChangeStateEntry *qemu_add_vm_change_state_handler(VMChangeStateHandler *cb, in qemu_add_vm_change_state_handler()
H A Ddma-helpers.c217 BlockCompletionFunc *cb, in dma_blk_io()
243 BlockCompletionFunc *cb, void *cb_opaque, in dma_blk_read_io_func()
261 BlockCompletionFunc *cb, void *cb_opaque, in dma_blk_write_io_func()
/qemu/accel/tcg/
H A Dplugin-gen.c413 static TCGOp *append_udata_cb(const struct qemu_plugin_dyn_cb *cb, in append_udata_cb()
433 static TCGOp *append_inline_cb(const struct qemu_plugin_dyn_cb *cb, in append_inline_cb()
453 static TCGOp *append_mem_cb(const struct qemu_plugin_dyn_cb *cb, in append_mem_cb()
486 static bool op_ok(const TCGOp *op, const struct qemu_plugin_dyn_cb *cb) in op_ok()
491 static bool op_rw(const TCGOp *op, const struct qemu_plugin_dyn_cb *cb) in op_rw()
517 struct qemu_plugin_dyn_cb *cb = in inject_cb_type() local
/qemu/target/hppa/
H A Dhelper.c65 target_ulong cb = 0; in cpu_hppa_put_psw() local
/qemu/include/hw/timer/
H A Dmips_gictimer.h31 MIPSGICTimerCB *cb; member
/qemu/backends/
H A Dcryptodev-lkcf.c76 CryptoDevCompletionFunc cb; member
570 CryptoDevCompletionFunc cb, in cryptodev_lkcf_create_session()
600 CryptoDevCompletionFunc cb, in cryptodev_lkcf_close_session()

1234