Sign in
qemu
/
qemu
/
22036ae5773ab46eeee412c0aa3ec2eb1e4008e7
/
.
/
accel
/
tcg
/
plugin-helpers.h
blob: 8e685e0654544fb12c3e4e54aacd4462d7b003cd [
file
] [
log
] [
blame
]
#ifdef
CONFIG_PLUGIN
DEF_HELPER_FLAGS_2
(
plugin_vcpu_udata_cb
,
TCG_CALL_NO_RWG
|
TCG_CALL_PLUGIN
,
void
,
i32
,
ptr
)
DEF_HELPER_FLAGS_4
(
plugin_vcpu_mem_cb
,
TCG_CALL_NO_RWG
|
TCG_CALL_PLUGIN
,
void
,
i32
,
i32
,
i64
,
ptr
)
#endif