Searched refs:cancel_hv_timer (Results 1 – 5 of 5) sorted by relevance
120 KVM_X86_OP_OPTIONAL(cancel_hv_timer)
1920 void (*cancel_hv_timer)(struct kvm_vcpu *vcpu); member
1866 static void cancel_hv_timer(struct kvm_lapic *apic);1873 cancel_hv_timer(apic); in cancel_apic_timer()2241 static void cancel_hv_timer(struct kvm_lapic *apic) in cancel_hv_timer() function2245 kvm_x86_call(cancel_hv_timer)(apic->vcpu); in cancel_hv_timer()2279 cancel_hv_timer(apic); in start_hv_timer()2282 cancel_hv_timer(apic); in start_hv_timer()2297 cancel_hv_timer(apic); in start_sw_timer()2331 cancel_hv_timer(apic); in kvm_lapic_expired_hv_timer()
991 .cancel_hv_timer = vt_op(cancel_hv_timer),
8846 vt_x86_ops.cancel_hv_timer = NULL; in vmx_hardware_setup()