cntvoff 37 include/kvm/arm_arch_timer.h u64 cntvoff; cntvoff 128 virt/kvm/arm/arch_timer.c now = kvm_phys_timer_read() - timer_ctx->cntvoff; cntvoff 260 virt/kvm/arm/arch_timer.c now = kvm_phys_timer_read() - timer_ctx->cntvoff; cntvoff 452 virt/kvm/arm/arch_timer.c static void set_cntvoff(u64 cntvoff) cntvoff 454 virt/kvm/arm/arch_timer.c u32 low = lower_32_bits(cntvoff); cntvoff 455 virt/kvm/arm/arch_timer.c u32 high = upper_32_bits(cntvoff); cntvoff 541 virt/kvm/arm/arch_timer.c set_cntvoff(map.direct_vtimer->cntvoff); cntvoff 672 virt/kvm/arm/arch_timer.c static void update_vtimer_cntvoff(struct kvm_vcpu *vcpu, u64 cntvoff) cntvoff 680 virt/kvm/arm/arch_timer.c vcpu_vtimer(tmp)->cntvoff = cntvoff; cntvoff 686 virt/kvm/arm/arch_timer.c vcpu_vtimer(vcpu)->cntvoff = cntvoff; cntvoff 698 virt/kvm/arm/arch_timer.c ptimer->cntvoff = 0; cntvoff 807 virt/kvm/arm/arch_timer.c val = timer->cnt_cval - kvm_phys_timer_read() + timer->cntvoff; cntvoff 820 virt/kvm/arm/arch_timer.c val = kvm_phys_timer_read() - timer->cntvoff; cntvoff 854 virt/kvm/arm/arch_timer.c timer->cnt_cval = kvm_phys_timer_read() - timer->cntvoff + (s32)val; cntvoff 15 virt/kvm/arm/hyp/timer-sr.c u64 cntvoff = (u64)cntvoff_high << 32 | cntvoff_low; cntvoff 16 virt/kvm/arm/hyp/timer-sr.c write_sysreg(cntvoff, cntvoff_el2);