Searched refs:ptimer (Results 1 – 1 of 1) sorted by relevance
282 struct arch_timer_context *ptimer = vcpu_ptimer(vcpu); in kvm_timer_update_run() local290 if (kvm_timer_should_fire(ptimer)) in kvm_timer_update_run()556 struct arch_timer_context *ptimer = vcpu_ptimer(vcpu); in kvm_timer_should_notify_user() local567 kvm_timer_should_fire(ptimer) != plevel; in kvm_timer_should_notify_user()694 struct arch_timer_context *ptimer = vcpu_ptimer(vcpu); in kvm_timer_vcpu_init() local698 ptimer->cntvoff = 0; in kvm_timer_vcpu_init()704 hrtimer_init(&ptimer->hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in kvm_timer_vcpu_init()706 ptimer->hrtimer.function = kvm_hrtimer_expire; in kvm_timer_vcpu_init()709 ptimer->irq.irq = default_ptimer_irq.irq; in kvm_timer_vcpu_init()712 ptimer->host_timer_irq = host_ptimer_irq; in kvm_timer_vcpu_init()[all …]