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.c182 static struct timeval tv0; in aio_prepare() local
205 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.inc2109 TCGv tv0 = tcg_temp_new();
2111 gen_load_gpr(tv0, rt);
2112 gen_helper_insv(v0_t, tcg_env, v0_t, tv0);
3448 TCGv tv0 = tcg_temp_new();
3452 tcg_gen_movi_tl(tv0, rd >> 3);
3454 gen_helper_shilo(tv0, tv1, tcg_env);