Home
last modified time | relevance | path

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

/virt/kvm/arm/
Darch_timer.c54 u64 kvm_phys_timer_read(void) in kvm_phys_timer_read() function
128 now = kvm_phys_timer_read() - timer_ctx->cntvoff; in kvm_timer_compute_delta()
260 now = kvm_phys_timer_read() - timer_ctx->cntvoff; in kvm_timer_should_fire()
697 update_vtimer_cntvoff(vcpu, kvm_phys_timer_read()); in kvm_timer_vcpu_init()
738 update_vtimer_cntvoff(vcpu, kvm_phys_timer_read() - value); in kvm_arm_timer_set_reg()
807 val = timer->cnt_cval - kvm_phys_timer_read() + timer->cntvoff; in kvm_arm_timer_read()
819 val = kvm_phys_timer_read() - timer->cntvoff; in kvm_arm_timer_read()
853 timer->cnt_cval = kvm_phys_timer_read() - timer->cntvoff + val; in kvm_arm_timer_write()