Searched refs:ptimer (Results 1 – 2 of 2) sorted by relevance
156 struct arch_timer_context *ptimer = vcpu_ptimer(vcpu); in kvm_timer_earliest_exp() local161 if (kvm_timer_irq_can_fire(ptimer)) in kvm_timer_earliest_exp()162 min_phys = kvm_timer_compute_delta(ptimer); in kvm_timer_earliest_exp()197 struct arch_timer_context *ptimer; in kvm_phys_timer_expire() local204 ptimer = vcpu_ptimer(vcpu); in kvm_phys_timer_expire()211 ns = kvm_timer_compute_delta(ptimer); in kvm_phys_timer_expire()217 kvm_timer_update_irq(vcpu, true, ptimer); in kvm_phys_timer_expire()247 struct arch_timer_context *ptimer = vcpu_ptimer(vcpu); in kvm_timer_is_pending() local252 return kvm_timer_should_fire(ptimer); in kvm_timer_is_pending()261 struct arch_timer_context *ptimer = vcpu_ptimer(vcpu); in kvm_timer_update_run() local[all …]
50 struct arch_timer_context ptimer; member96 #define vcpu_ptimer(v) (&(v)->arch.timer_cpu.ptimer)