Searched refs:timeout_abs_ns (Results 1 – 3 of 3) sorted by relevance
137 uint64_t timeout_abs_ns; member
1334 uint64_t timeout_abs_ns; member1362 BUILD_BUG_ON(offsetof(struct compat_vcpu_set_singleshot_timer, timeout_abs_ns) != in kvm_xen_hcall_vcpu_op()1363 offsetof(struct vcpu_set_singleshot_timer, timeout_abs_ns)); in kvm_xen_hcall_vcpu_op()1364 BUILD_BUG_ON(sizeof_field(struct compat_vcpu_set_singleshot_timer, timeout_abs_ns) != in kvm_xen_hcall_vcpu_op()1365 sizeof_field(struct vcpu_set_singleshot_timer, timeout_abs_ns)); in kvm_xen_hcall_vcpu_op()1377 delta = oneshot.timeout_abs_ns - get_kvmclock_ns(vcpu->kvm); in kvm_xen_hcall_vcpu_op()1383 kvm_xen_start_timer(vcpu, oneshot.timeout_abs_ns, delta); in kvm_xen_hcall_vcpu_op()
281 single.timeout_abs_ns = get_abs_timeout(delta); in xen_vcpuop_set_next_event()