Searched refs:kvm_timer_should_fire (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/include/kvm/
H A Darm_arch_timer.h73 bool kvm_timer_should_fire(struct kvm_vcpu *vcpu);
/linux-4.4.14/virt/kvm/arm/
H A Darch_timer.c89 WARN_ON(!kvm_timer_should_fire(vcpu)); kvm_timer_inject_irq_work()
150 bool kvm_timer_should_fire(struct kvm_vcpu *vcpu) kvm_timer_should_fire() function
197 if (kvm_timer_should_fire(vcpu) != timer->irq.level) kvm_timer_update_state()
219 if (kvm_timer_should_fire(vcpu)) kvm_timer_schedule()
/linux-4.4.14/arch/arm/kvm/
H A Darm.c271 return kvm_timer_should_fire(vcpu); kvm_cpu_has_pending_timer()

Completed in 46 milliseconds