Home
last modified time | relevance | path

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

/Linux-v6.1/include/xen/interface/
Dvcpu.h136 struct vcpu_set_singleshot_timer { struct
140 DEFINE_GUEST_HANDLE_STRUCT(vcpu_set_singleshot_timer); argument
/Linux-v6.1/arch/x86/kvm/
Dxen.c1127 struct vcpu_set_singleshot_timer oneshot; in kvm_xen_hcall_vcpu_op()
1153 offsetof(struct vcpu_set_singleshot_timer, timeout_abs_ns)); in kvm_xen_hcall_vcpu_op()
1155 sizeof_field(struct vcpu_set_singleshot_timer, timeout_abs_ns)); in kvm_xen_hcall_vcpu_op()
1157 offsetof(struct vcpu_set_singleshot_timer, flags)); in kvm_xen_hcall_vcpu_op()
1159 sizeof_field(struct vcpu_set_singleshot_timer, flags)); in kvm_xen_hcall_vcpu_op()
/Linux-v6.1/arch/x86/xen/
Dtime.c268 struct vcpu_set_singleshot_timer single; in xen_vcpuop_set_next_event()