Home
last modified time | relevance | path

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

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