Searched refs:cval (Results 1 – 3 of 3) sorted by relevance
112 t->cval = NOW(); in vcpu_vtimer_init()146 v->arch.virt_timer.cval = READ_SYSREG64(CNTV_CVAL_EL0); in virt_timer_save()150 set_timer(&v->arch.virt_timer.timer, ticks_to_ns(v->arch.virt_timer.cval + in virt_timer_save()165 WRITE_SYSREG64(v->arch.virt_timer.cval, CNTV_CVAL_EL0); in virt_timer_restore()191 v->arch.phys_timer.cval + v->domain->arch.phys_timer_base.offset); in vtimer_cntp_ctl()212 *r = (uint32_t)(ns_to_ticks(v->arch.phys_timer.cval - now) & 0xffffffffull); in vtimer_cntp_tval()216 v->arch.phys_timer.cval = now + ticks_to_ns(*r); in vtimer_cntp_tval()221 v->arch.phys_timer.cval + in vtimer_cntp_tval()238 *r = ns_to_ticks(v->arch.phys_timer.cval); in vtimer_cntp_cval()242 v->arch.phys_timer.cval = ticks_to_ns(*r); in vtimer_cntp_cval()[all …]
159 unsigned int i, cval = 0; in hypercall_xlat_continuation() local183 cval = va_arg(args, unsigned int); in hypercall_xlat_continuation()184 if ( cval == nval ) in hypercall_xlat_continuation()196 mcs->call.args[i] = cval; in hypercall_xlat_continuation()223 cval = va_arg(args, unsigned int); in hypercall_xlat_continuation()224 if ( cval == nval ) in hypercall_xlat_continuation()236 *reg = cval; in hypercall_xlat_continuation()
41 uint64_t cval; member
Completed in 6 milliseconds