Home
last modified time | relevance | path

Searched refs:ptimer (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/virt/kvm/arm/
Darch_timer.c156 struct arch_timer_context *ptimer = vcpu_ptimer(vcpu); in kvm_timer_earliest_exp() local
161 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() local
204 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() local
252 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 …]
/linux-4.19.296/include/kvm/
Darm_arch_timer.h50 struct arch_timer_context ptimer; member
96 #define vcpu_ptimer(v) (&(v)->arch.timer_cpu.ptimer)