Home
last modified time | relevance | path

Searched refs:cval (Results 1 – 4 of 4) sorted by relevance

/xen/tools/ocaml/libs/xc/
A Dabi-check69 my $cval;
75 $cval = $1;
77 $cval = lc $cval;
82 $cval = $ei->{CPrefix}.$cval;
83 expect($cval, "(1u << $bitnum)");
104 $cval = '';
/xen/xen/arch/arm/
A Dvtimer.c143 v->arch.virt_timer.cval = READ_SYSREG64(CNTV_CVAL_EL0); in virt_timer_save()
161 WRITE_SYSREG64(v->arch.virt_timer.cval, CNTV_CVAL_EL0); in virt_timer_restore()
190 expires = v->arch.phys_timer.cval > boot_count in vtimer_cntp_ctl()
191 ? ticks_to_ns(v->arch.phys_timer.cval - boot_count) : 0; in vtimer_cntp_ctl()
214 *r = (uint32_t)((v->arch.phys_timer.cval - cntpct) & 0xffffffffull); in vtimer_cntp_tval()
218 v->arch.phys_timer.cval = cntpct + (uint64_t)(int32_t)*r; in vtimer_cntp_tval()
226 expires = v->arch.phys_timer.cval > boot_count in vtimer_cntp_tval()
227 ? ticks_to_ns(v->arch.phys_timer.cval - boot_count) : 0; in vtimer_cntp_tval()
245 *r = v->arch.phys_timer.cval; in vtimer_cntp_cval()
249 v->arch.phys_timer.cval = *r; in vtimer_cntp_cval()
[all …]
/xen/xen/arch/x86/
A Dhypercall.c185 unsigned int i, cval = 0; in hypercall_xlat_continuation() local
209 cval = va_arg(args, unsigned int); in hypercall_xlat_continuation()
210 if ( cval == nval ) in hypercall_xlat_continuation()
222 mcs->call.args[i] = cval; in hypercall_xlat_continuation()
249 cval = va_arg(args, unsigned int); in hypercall_xlat_continuation()
250 if ( cval == nval ) in hypercall_xlat_continuation()
262 *reg = cval; in hypercall_xlat_continuation()
/xen/xen/include/asm-arm/
A Ddomain.h42 uint64_t cval; member

Completed in 6 milliseconds