kvm_timer_should_fire   45 virt/kvm/arm/arch_timer.c static bool kvm_timer_should_fire(struct arch_timer_context *timer_ctx);
kvm_timer_should_fire  113 virt/kvm/arm/arch_timer.c 	if (kvm_timer_should_fire(ctx))
kvm_timer_should_fire  271 virt/kvm/arm/arch_timer.c 	return kvm_timer_should_fire(map.direct_vtimer) ||
kvm_timer_should_fire  272 virt/kvm/arm/arch_timer.c 	       kvm_timer_should_fire(map.direct_ptimer) ||
kvm_timer_should_fire  273 virt/kvm/arm/arch_timer.c 	       kvm_timer_should_fire(map.emul_ptimer);
kvm_timer_should_fire  288 virt/kvm/arm/arch_timer.c 	if (kvm_timer_should_fire(vtimer))
kvm_timer_should_fire  290 virt/kvm/arm/arch_timer.c 	if (kvm_timer_should_fire(ptimer))
kvm_timer_should_fire  315 virt/kvm/arm/arch_timer.c 	bool should_fire = kvm_timer_should_fire(ctx);
kvm_timer_should_fire  485 virt/kvm/arm/arch_timer.c 	kvm_timer_update_irq(ctx->vcpu, kvm_timer_should_fire(ctx), ctx);
kvm_timer_should_fire  505 virt/kvm/arm/arch_timer.c 	kvm_timer_update_irq(vcpu, kvm_timer_should_fire(vtimer), vtimer);
kvm_timer_should_fire  566 virt/kvm/arm/arch_timer.c 	return kvm_timer_should_fire(vtimer) != vlevel ||
kvm_timer_should_fire  567 virt/kvm/arm/arch_timer.c 	       kvm_timer_should_fire(ptimer) != plevel;
kvm_timer_should_fire  618 virt/kvm/arm/arch_timer.c 	if (!kvm_timer_should_fire(vtimer)) {
kvm_timer_should_fire 1036 virt/kvm/arm/arch_timer.c 	return kvm_timer_should_fire(timer);