Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/kvm/
H A Dxen-emu.c1016 int64_t qemu_now; in xen_vcpu_periodic_timer_event() local
1024 qemu_now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); in xen_vcpu_periodic_timer_event()
1026 qemu_now + env->xen_periodic_timer_period); in xen_vcpu_periodic_timer_event()
1034 int64_t qemu_now; in do_set_periodic_timer() local
1040 qemu_now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); in do_set_periodic_timer()
1041 timer_mod_ns(tenv->xen_periodic_timer, qemu_now + period_ns); in do_set_periodic_timer()
1093 int64_t qemu_now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); in do_set_singleshot_timer() local
1111 timer_mod_ns(env->xen_singleshot_timer, qemu_now + delta); in do_set_singleshot_timer()