Home
last modified time | relevance | path

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

/linux-4.1.27/virt/kvm/arm/
Darch_timer.c114 bool kvm_timer_should_fire(struct kvm_vcpu *vcpu) in kvm_timer_should_fire() function
151 if (kvm_timer_should_fire(vcpu)) in kvm_timer_flush_hwstate()
170 if (kvm_timer_should_fire(vcpu)) { in kvm_timer_sync_hwstate()
/linux-4.1.27/include/kvm/
Darm_arch_timer.h70 bool kvm_timer_should_fire(struct kvm_vcpu *vcpu);
/linux-4.1.27/arch/arm/kvm/
Darm.c270 return kvm_timer_should_fire(vcpu); in kvm_cpu_has_pending_timer()