Home
last modified time | relevance | path

Searched refs:tv0 (Results 1 – 4 of 4) sorted by relevance

/qemu/io/
H A Dchannel-watch.c117 static struct timeval tv0; in qio_channel_socket_source_check() local
138 if (select(0, &rfds, &wfds, &xfds, &tv0) == 0) { in qio_channel_socket_source_check()
/qemu/util/
H A Daio-win32.c183 static struct timeval tv0; in aio_prepare() local
206 if (select(0, &rfds, &wfds, NULL, &tv0) > 0) { in aio_prepare()
H A Dmain-loop.c469 static struct timeval tv0;
490 select_ret = select(nfds + 1, &rfds, &wfds, &xfds, &tv0);
/qemu/target/mips/tcg/
H A Dnanomips_translate.c.inc2097 TCGv tv0 = tcg_temp_new();
2099 gen_load_gpr(tv0, rt);
2100 gen_helper_insv(v0_t, tcg_env, v0_t, tv0);