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

/linux-4.4.14/virt/kvm/arm/
H A Darch_timer.c37 static cycle_t kvm_phys_timer_read(void) kvm_phys_timer_read() function
103 now = kvm_phys_timer_read() - vcpu->kvm->arch.timer.cntvoff; kvm_timer_compute_delta()
159 now = kvm_phys_timer_read() - vcpu->kvm->arch.timer.cntvoff; kvm_timer_should_fire()
361 vcpu->kvm->arch.timer.cntvoff = kvm_phys_timer_read() - value; kvm_arm_timer_set_reg()
382 return kvm_phys_timer_read() - vcpu->kvm->arch.timer.cntvoff; kvm_arm_timer_get_reg()
500 kvm->arch.timer.cntvoff = kvm_phys_timer_read(); kvm_timer_init()

Completed in 30 milliseconds