Searched refs:set_hv_timer (Results 1 – 3 of 3) sorted by relevance
1648 if (!kvm_x86_ops->set_hv_timer) in start_hv_timer()1657 r = kvm_x86_ops->set_hv_timer(apic->vcpu, ktimer->tscdeadline); in start_hv_timer()
7988 kvm_x86_ops->set_hv_timer = NULL; in hardware_setup()13747 if (kvm_x86_ops->set_hv_timer) in vmx_post_block()14231 .set_hv_timer = vmx_set_hv_timer,
1113 int (*set_hv_timer)(struct kvm_vcpu *vcpu, u64 guest_deadline_tsc); member