Searched refs:cancel_hv_timer (Results 1 – 3 of 3) sorted by relevance
1700 static void cancel_hv_timer(struct kvm_lapic *apic) in cancel_hv_timer() function1704 kvm_x86_ops->cancel_hv_timer(apic->vcpu); in cancel_hv_timer()1738 cancel_hv_timer(apic); in start_hv_timer()1741 cancel_hv_timer(apic); in start_hv_timer()1756 cancel_hv_timer(apic); in start_sw_timer()1789 cancel_hv_timer(apic); in kvm_lapic_expired_hv_timer()
1188 void (*cancel_hv_timer)(struct kvm_vcpu *vcpu); member
7715 kvm_x86_ops->cancel_hv_timer = NULL; in hardware_setup()7884 .cancel_hv_timer = vmx_cancel_hv_timer,