kvm_phys_timer_read   88 include/kvm/arm_arch_timer.h u64 kvm_phys_timer_read(void);
kvm_phys_timer_read  128 virt/kvm/arm/arch_timer.c 	now = kvm_phys_timer_read() - timer_ctx->cntvoff;
kvm_phys_timer_read  260 virt/kvm/arm/arch_timer.c 	now = kvm_phys_timer_read() - timer_ctx->cntvoff;
kvm_phys_timer_read  697 virt/kvm/arm/arch_timer.c 	update_vtimer_cntvoff(vcpu, kvm_phys_timer_read());
kvm_phys_timer_read  738 virt/kvm/arm/arch_timer.c 		update_vtimer_cntvoff(vcpu, kvm_phys_timer_read() - value);
kvm_phys_timer_read  807 virt/kvm/arm/arch_timer.c 		val = timer->cnt_cval - kvm_phys_timer_read() + timer->cntvoff;
kvm_phys_timer_read  820 virt/kvm/arm/arch_timer.c 		val = kvm_phys_timer_read() - timer->cntvoff;
kvm_phys_timer_read  854 virt/kvm/arm/arch_timer.c 		timer->cnt_cval = kvm_phys_timer_read() - timer->cntvoff + (s32)val;