Home | History | Annotate | Download | only in qemu

Lines Matching refs:nographic_timer

321 static QEMUTimer *nographic_timer;
3659 qemu_mod_timer(nographic_timer, interval + qemu_get_clock(rt_clock));
6360 nographic_timer = qemu_new_timer(rt_clock, nographic_update, NULL);
6361 qemu_mod_timer(nographic_timer, qemu_get_clock(rt_clock));