Home
last modified time | relevance | path

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

/Linux-v5.4/virt/kvm/arm/
Darch_timer.c127 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()
Dtrace.h305 __entry->cval = ctx->cnt_cval;
327 __entry->cval = ctx->cnt_cval;
/Linux-v5.4/include/kvm/
Darm_arch_timer.h31 u64 cnt_cval; member