Searched refs:cnt_cval (Results 1 – 3 of 3) sorted by relevance
127 cval = timer_ctx->cnt_cval; in kvm_timer_compute_delta()259 cval = timer_ctx->cnt_cval; in kvm_timer_should_fire()354 ctx->cnt_cval = read_sysreg_el0(SYS_CNTV_CVAL); in timer_save_state()363 ctx->cnt_cval = read_sysreg_el0(SYS_CNTP_CVAL); in timer_save_state()432 write_sysreg_el0(ctx->cnt_cval, SYS_CNTV_CVAL); in timer_restore_state()437 write_sysreg_el0(ctx->cnt_cval, SYS_CNTP_CVAL); in timer_restore_state()807 val = timer->cnt_cval - kvm_phys_timer_read() + timer->cntvoff; in kvm_arm_timer_read()815 val = timer->cnt_cval; in kvm_arm_timer_read()853 timer->cnt_cval = kvm_phys_timer_read() - timer->cntvoff + val; in kvm_arm_timer_write()861 timer->cnt_cval = val; in kvm_arm_timer_write()
305 __entry->cval = ctx->cnt_cval;327 __entry->cval = ctx->cnt_cval;
31 u64 cnt_cval; member