Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 25 of 85) sorted by relevance

1234

/qemu/include/block/
H A Daio-wait.h78 #define AIO_WAIT_WHILE_INTERNAL(ctx, cond) ({ \ argument
102 #define AIO_WAIT_WHILE(ctx, cond) \ argument
106 #define AIO_WAIT_WHILE_UNLOCKED(ctx, cond) \ argument
H A Dblock-io.h353 #define BDRV_POLL_WHILE(bs, cond) ({ \ argument
/qemu/include/qemu/
H A Dthread-posix.h25 pthread_cond_t cond; member
31 QemuCond cond; member
38 pthread_cond_t cond; global() member
H A Dplugin.h95 enum qemu_plugin_cond cond; member
108 struct qemu_plugin_conditional_cb cond; member
/qemu/util/
H A Dqemu-thread-posix.c162 void qemu_cond_init(QemuCond *cond) in qemu_cond_init() argument
188 void qemu_cond_destroy(QemuCond *cond) in qemu_cond_destroy() argument
199 qemu_cond_signal(QemuCond * cond) qemu_cond_signal() argument
209 qemu_cond_broadcast(QemuCond * cond) qemu_cond_broadcast() argument
219 qemu_cond_wait_impl(QemuCond * cond,QemuMutex * mutex,const char * file,const int line) qemu_cond_wait_impl() argument
232 qemu_cond_timedwait_ts(QemuCond * cond,QemuMutex * mutex,struct timespec * ts,const char * file,const int line) qemu_cond_timedwait_ts() argument
247 qemu_cond_timedwait_impl(QemuCond * cond,QemuMutex * mutex,int ms,const char * file,const int line) qemu_cond_timedwait_impl() argument
[all...]
H A Dqemu-thread-win32.c140 void qemu_cond_init(QemuCond *cond) in qemu_cond_init() argument
147 void qemu_cond_destroy(QemuCond *cond) in qemu_cond_destroy() argument
154 qemu_cond_signal(QemuCond * cond) qemu_cond_signal() argument
160 qemu_cond_broadcast(QemuCond * cond) qemu_cond_broadcast() argument
166 qemu_cond_wait_impl(QemuCond * cond,QemuMutex * mutex,const char * file,const int line) qemu_cond_wait_impl() argument
174 qemu_cond_timedwait_impl(QemuCond * cond,QemuMutex * mutex,int ms,const char * file,const int line) qemu_cond_timedwait_impl() argument
[all...]
/qemu/target/hexagon/
H A Dgenptr.c466 TCGCond cond, TCGv pred) in gen_write_new_pc_addr()
490 TCGCond cond, TCGv pred) in gen_write_new_pc_pcrel()
530 static void gen_compare(TCGCond cond, TCGv res, TCGv arg1, TCGv arg2) in gen_compare()
581 static inline void gen_comparei(TCGCond cond, TCGv res, TCGv arg1, int arg2) in gen_comparei()
588 TCGCond cond, TCGv pred) in gen_cond_jumpr()
593 static void gen_cond_jumpr31(DisasContext *ctx, TCGCond cond, TCGv pred) in gen_cond_jumpr31()
600 static void gen_cond_jump(DisasContext *ctx, TCGCond cond, TCGv pred, in gen_cond_jump()
622 int pnum, TCGCond cond, TCGv arg1, TCGv arg2, in gen_cmpnd_cmp_jmp_t()
629 int pnum, TCGCond cond, TCGv arg1, TCGv arg2, in gen_cmpnd_cmp_jmp_f()
636 int pnum, TCGCond cond, TCGv arg1, int arg2, in gen_cmpnd_cmpi_jmp_t()
[all …]
/qemu/target/arm/
H A Dsyndrome.h171 static inline uint32_t syn_cp14_rt_trap(int cv, int cond, int opc1, int opc2, in syn_cp14_rt_trap()
181 static inline uint32_t syn_cp15_rt_trap(int cv, int cond, int opc1, int opc2, in syn_cp15_rt_trap()
191 static inline uint32_t syn_cp14_rrt_trap(int cv, int cond, int opc1, int crm, in syn_cp14_rrt_trap()
201 static inline uint32_t syn_cp15_rrt_trap(int cv, int cond, int opc1, int crm, in syn_cp15_rrt_trap()
211 static inline uint32_t syn_fp_access_trap(int cv, int cond, bool is_16bit, in syn_fp_access_trap()
220 static inline uint32_t syn_simd_access_trap(int cv, int cond, bool is_16bit) in syn_simd_access_trap()
264 static inline uint32_t syn_bxjtrap(int cv, int cond, int rm) in syn_bxjtrap()
336 static inline uint32_t syn_wfx(int cv, int cond, int ti, bool is_16bit) in syn_wfx()
/qemu/chardev/
H A Dchar-fd.c48 static gboolean fd_chr_read(QIOChannel *chan, GIOCondition cond, void *opaque) in fd_chr_read()
90 GIOCondition cond; member
149 static GSource *fd_chr_add_watch(Chardev *chr, GIOCondition cond) in fd_chr_add_watch()
H A Dchar-pty.c134 static GSource *pty_chr_add_watch(Chardev *chr, GIOCondition cond) in pty_chr_add_watch()
152 static gboolean pty_chr_read(QIOChannel *chan, GIOCondition cond, void *opaque) in pty_chr_read()
H A Dspice.c158 GIOCondition cond = chr->be_open ? G_IO_OUT : G_IO_HUP; in spice_char_source_dispatch() local
169 static GSource *spice_chr_add_watch(Chardev *chr, GIOCondition cond) in spice_chr_add_watch()
/qemu/tests/guest-debug/
H A Dtest_gdbstub.py24 def report(cond, msg): argument
/qemu/hw/char/
H A Dsifive_uart.c57 int cond = 0; in sifive_uart_update_irq() local
69 static gboolean sifive_uart_xmit(void *do_not_use, GIOCondition cond, in sifive_uart_xmit()
H A Dnrf51_uart.c78 static gboolean uart_transmit(void *do_not_use, GIOCondition cond, void *opaque) in uart_transmit()
H A Dcmsdk-apb-uart.c194 static gboolean uart_transmit(void *do_not_use, GIOCondition cond, void *opaque) in uart_transmit()
/qemu/accel/tcg/
H A Dplugin-gen.c143 static TCGCond plugin_cond_to_tcgcond(enum qemu_plugin_cond cond) in plugin_cond_to_tcgcond()
171 TCGCond cond = tcg_invert_cond(plugin_cond_to_tcgcond(cb->cond)); in gen_udata_cond_cb() local
/qemu/scripts/
H A Dminikconf.py157 def __init__(self, dest, value, cond=None): argument
191 def __init__(self, dest, cond): argument
282 def do_default(self, var, val, cond=None): argument
289 def do_select(self, var, symbol, cond=None): argument
293 def do_imply(self, var, symbol, cond=None): argument
/qemu/tcg/
H A Dtci.c39 # define tci_assert(cond) assert(cond) argument
41 # define tci_assert(cond) ((void)(cond)) argument
852 static const char cond[16][8] = { in str_c() local
H A Dtcg-op.c509 void tcg_gen_brcond_i32(TCGCond cond, TCGv_i32 arg1, TCGv_i32 arg2, TCGLabel *l) in tcg_gen_brcond_i32()
520 void tcg_gen_brcondi_i32(TCGCond cond, TCGv_i32 arg1, int32_t arg2, TCGLabel *l) in tcg_gen_brcondi_i32()
529 void tcg_gen_setcond_i32(TCGCond cond, TCGv_i32 ret, in tcg_gen_setcond_i32()
541 void tcg_gen_setcondi_i32(TCGCond cond, TCGv_i32 ret, in tcg_gen_setcondi_i32()
547 void tcg_gen_negsetcond_i32(TCGCond cond, TCGv_i32 ret, in tcg_gen_negsetcond_i32()
559 void tcg_gen_negsetcondi_i32(TCGCond cond, TCGv_i32 ret, in tcg_gen_negsetcondi_i32()
1072 void tcg_gen_movcond_i32(TCGCond cond, TCGv_i32 ret, TCGv_i32 c1, in tcg_gen_movcond_i32()
1885 void tcg_gen_brcond_i64(TCGCond cond, TCGv_i64 arg1, TCGv_i64 arg2, TCGLabel *l) in tcg_gen_brcond_i64()
1903 void tcg_gen_brcondi_i64(TCGCond cond, TCGv_i64 arg1, int64_t arg2, TCGLabel *l) in tcg_gen_brcondi_i64()
1919 void tcg_gen_setcond_i64(TCGCond cond, TCGv_i64 ret, in tcg_gen_setcond_i64()
[all …]
/qemu/hw/misc/macio/
H A Dmac_dbdma.c126 int cond; in conditional_interrupt() local
170 int cond; in conditional_wait() local
232 int cond; in conditional_branch() local
/qemu/disas/
H A Dsparc.c1285 #define cond(bop, top, mask, flags) \ macro
1404 #define movicc(opcode, cond, flags) /* v9 */ \ argument
1420 #define movcc(opcode, cond, fcond, flags) /* v9 */ \ argument
1461 #define fmoviccx(opcode, fpsize, args, cond, flags) /* v9 */ \ argument
1472 #define fmovccx(opcode, fpsize, args, cond, fcond, flags) /* v9 */ \ argument
1480 #define fmovicc(suffix, cond, flags) /* v9 */ \ argument
1490 #define fmovcc(suffix, cond, fcond, flags) /* v9 */ \ argument
/qemu/include/tcg/
H A Dtcg-op-common.h521 static inline void tcg_gen_brcondi_ptr(TCGCond cond, TCGv_ptr a, in tcg_gen_brcondi_ptr()
/qemu/subprojects/libvhost-user/
H A Dlibvhost-user-glib.c78 vug_source_new(VugDev *gdev, int fd, GIOCondition cond, in vug_source_new()
/qemu/plugins/
H A Dapi.c99 enum qemu_plugin_cond cond, in qemu_plugin_register_vcpu_tb_exec_cond_cb()
140 enum qemu_plugin_cond cond, in qemu_plugin_register_vcpu_insn_exec_cond_cb()
/qemu/qga/
H A Dcommands.c303 GIOCondition cond, gpointer p_) in guest_exec_input_watch()
344 GIOCondition cond, gpointer p_) in guest_exec_output_watch()

1234