Searched refs:xen_singleshot_timer_ns (Results 1 – 3 of 3) sorted by relevance
484 .u.timer.expires_ns = env->xen_singleshot_timer_ns, in kvm_xen_set_vcpu_timer()566 env->xen_singleshot_timer_ns = 0; in do_vcpu_soft_reset()1007 env->xen_singleshot_timer_ns = 0; in xen_vcpu_singleshot_timer_event()1112 env->xen_singleshot_timer_ns = now + delta; in do_set_singleshot_timer()1153 env->xen_singleshot_timer_ns = 0; in vcpuop_stop_singleshot_timer()1859 if (env->xen_singleshot_timer_ns) { in kvm_put_xen_state()1860 ret = do_set_singleshot_timer(cs, env->xen_singleshot_timer_ns, in kvm_put_xen_state()1936 env->xen_singleshot_timer_ns = va.u.timer.expires_ns; in kvm_get_xen_state()
1279 VMSTATE_UINT64(env.xen_singleshot_timer_ns, X86CPU),
2021 uint64_t xen_singleshot_timer_ns; member