Home
last modified time | relevance | path

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

/linux-4.1.27/virt/kvm/arm/
Darch_timer.c35 static cycle_t kvm_phys_timer_read(void) in kvm_phys_timer_read() function
124 now = kvm_phys_timer_read() - vcpu->kvm->arch.timer.cntvoff; in kvm_timer_should_fire()
180 now = kvm_phys_timer_read() - vcpu->kvm->arch.timer.cntvoff; in kvm_timer_sync_hwstate()
224 vcpu->kvm->arch.timer.cntvoff = kvm_phys_timer_read() - value; in kvm_arm_timer_set_reg()
243 return kvm_phys_timer_read() - vcpu->kvm->arch.timer.cntvoff; in kvm_arm_timer_get_reg()
359 kvm->arch.timer.cntvoff = kvm_phys_timer_read(); in kvm_timer_init()