repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MAINTAINERS: Add include/hw/intc/i8259.h to the PC chip section
[qemu/kevin.git]
/
accel
/
tcg
/
plugin-helpers.h
blob
8e685e0654544fb12c3e4e54aacd4462d7b003cd
1
#ifdef CONFIG_PLUGIN
2
DEF_HELPER_FLAGS_2
(
plugin_vcpu_udata_cb
,
TCG_CALL_NO_RWG
|
TCG_CALL_PLUGIN
,
void
,
i32
,
ptr
)
3
DEF_HELPER_FLAGS_4
(
plugin_vcpu_mem_cb
,
TCG_CALL_NO_RWG
|
TCG_CALL_PLUGIN
,
void
,
i32
,
i32
,
i64
,
ptr
)
4
#endif