Searched refs:cntvoff (Results 1 – 3 of 3) sorted by relevance
128 now = kvm_phys_timer_read() - timer_ctx->cntvoff; in kvm_timer_compute_delta()260 now = kvm_phys_timer_read() - timer_ctx->cntvoff; in kvm_timer_should_fire()452 static void set_cntvoff(u64 cntvoff) in set_cntvoff() argument454 u32 low = lower_32_bits(cntvoff); in set_cntvoff()455 u32 high = upper_32_bits(cntvoff); in set_cntvoff()541 set_cntvoff(map.direct_vtimer->cntvoff); in kvm_timer_vcpu_load()672 static void update_vtimer_cntvoff(struct kvm_vcpu *vcpu, u64 cntvoff) in update_vtimer_cntvoff() argument680 vcpu_vtimer(tmp)->cntvoff = cntvoff; in update_vtimer_cntvoff()686 vcpu_vtimer(vcpu)->cntvoff = cntvoff; in update_vtimer_cntvoff()698 ptimer->cntvoff = 0; in kvm_timer_vcpu_init()[all …]
15 u64 cntvoff = (u64)cntvoff_high << 32 | cntvoff_low; in __kvm_timer_set_cntvoff() local16 write_sysreg(cntvoff, cntvoff_el2); in __kvm_timer_set_cntvoff()
37 u64 cntvoff; member