Searched refs:cancel_hv_timer (Results 1 – 5 of 5) sorted by relevance
140 .cancel_hv_timer = vmx_cancel_hv_timer,
8644 vt_x86_ops.cancel_hv_timer = NULL; in vmx_hardware_setup()
119 KVM_X86_OP_OPTIONAL(cancel_hv_timer)
1846 void (*cancel_hv_timer)(struct kvm_vcpu *vcpu); member
1755 static void cancel_hv_timer(struct kvm_lapic *apic);1762 cancel_hv_timer(apic); in cancel_apic_timer()2103 static void cancel_hv_timer(struct kvm_lapic *apic) in cancel_hv_timer() function2107 kvm_x86_call(cancel_hv_timer)(apic->vcpu); in cancel_hv_timer()2141 cancel_hv_timer(apic); in start_hv_timer()2144 cancel_hv_timer(apic); in start_hv_timer()2159 cancel_hv_timer(apic); in start_sw_timer()2193 cancel_hv_timer(apic); in kvm_lapic_expired_hv_timer()