Searched refs:phys_timer (Results 1 – 2 of 2) sorted by relevance
202 timer = container_of(hrt, struct arch_timer_cpu, phys_timer); in kvm_phys_timer_expire()303 soft_timer_cancel(&timer->phys_timer, NULL); in phys_timer_emulate()307 soft_timer_start(&timer->phys_timer, kvm_timer_compute_delta(ptimer)); in phys_timer_emulate()547 soft_timer_cancel(&timer->phys_timer, NULL); in kvm_timer_vcpu_put()644 hrtimer_init(&timer->phys_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in kvm_timer_vcpu_init()645 timer->phys_timer.function = kvm_phys_timer_expire; in kvm_timer_vcpu_init()798 soft_timer_cancel(&timer->phys_timer, NULL); in kvm_timer_vcpu_terminate()
59 struct hrtimer phys_timer; member