Lines Matching full:expired
113 vcpu = container_of(work, struct kvm_vcpu, arch.timer_cpu.expired); in kvm_timer_inject_irq_work()
117 * the timer has expired when entering the guest. in kvm_timer_inject_irq_work()
181 * Check that the timer has really expired from the guest's in kvm_bg_timer_expire()
191 schedule_work(&timer->expired); in kvm_bg_timer_expire()
207 * Check that the timer has really expired from the guest's in kvm_phys_timer_expire()
381 * already expired, because kvm_vcpu_block will return before putting in kvm_timer_schedule()
395 * The guest timers have not yet expired, schedule a background timer. in kvm_timer_schedule()
429 soft_timer_cancel(&timer->bg_timer, &timer->expired); in kvm_timer_unschedule()
640 INIT_WORK(&timer->expired, kvm_timer_inject_irq_work); in kvm_timer_vcpu_init()
689 * Set ISTATUS bit if it's expired. in read_timer_ctl()
797 soft_timer_cancel(&timer->bg_timer, &timer->expired); in kvm_timer_vcpu_terminate()