Home
last modified time | relevance | path

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

/linux-4.4.14/virt/kvm/arm/
Darch_timer.c89 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() function
197 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()
/linux-4.4.14/include/kvm/
Darm_arch_timer.h73 bool kvm_timer_should_fire(struct kvm_vcpu *vcpu);
/linux-4.4.14/arch/arm/kvm/
Darm.c271 return kvm_timer_should_fire(vcpu); in kvm_cpu_has_pending_timer()