Searched refs:cancel_hv_timer (Results 1 – 5 of 5) sorted by relevance
120 KVM_X86_OP_OPTIONAL(cancel_hv_timer)
1882 void (*cancel_hv_timer)(struct kvm_vcpu *vcpu); member
1723 static void cancel_hv_timer(struct kvm_lapic *apic);1730 cancel_hv_timer(apic); in cancel_apic_timer() 2080 static void cancel_hv_timer(struct kvm_lapic *apic) in cancel_hv_timer() function 2084 kvm_x86_call(cancel_hv_timer)(apic->vcpu); in cancel_hv_timer() 2118 cancel_hv_timer(apic); in start_hv_timer() 2121 cancel_hv_timer(apic); in start_hv_timer() 2136 cancel_hv_timer(apic); in start_sw_timer() 2170 cancel_hv_timer(apic); in kvm_lapic_expired_hv_timer()
982 .cancel_hv_timer = vt_op(cancel_hv_timer),
8475 vt_x86_ops.cancel_hv_timer = NULL; in vmx_hardware_setup()