Searched refs:kvm_timer_should_fire (Results 1 – 3 of 3) sorted by relevance
89 WARN_ON(!kvm_timer_should_fire(vcpu)); in kvm_timer_inject_irq_work()150 bool kvm_timer_should_fire(struct kvm_vcpu *vcpu) in kvm_timer_should_fire() function197 if (kvm_timer_should_fire(vcpu) != timer->irq.level) in kvm_timer_update_state()219 if (kvm_timer_should_fire(vcpu)) in kvm_timer_schedule()
73 bool kvm_timer_should_fire(struct kvm_vcpu *vcpu);
271 return kvm_timer_should_fire(vcpu); in kvm_cpu_has_pending_timer()