Home
last modified time | relevance | path

Searched refs:phys_timer (Results 1 – 2 of 2) sorted by relevance

/xen/xen/arch/arm/
A Dvtimer.c100 struct vtimer *t = &v->arch.phys_timer; in vcpu_vtimer_init()
134 kill_timer(&v->arch.phys_timer.timer); in vcpu_timer_destroy()
175 *r = v->arch.phys_timer.ctl; in vtimer_cntp_ctl()
182 v->arch.phys_timer.ctl = ctl; in vtimer_cntp_ctl()
184 if ( v->arch.phys_timer.ctl & CNTx_CTL_ENABLE ) in vtimer_cntp_ctl()
195 stop_timer(&v->arch.phys_timer.timer); in vtimer_cntp_ctl()
219 if ( v->arch.phys_timer.ctl & CNTx_CTL_ENABLE ) 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()
250 if ( v->arch.phys_timer.ctl & CNTx_CTL_ENABLE ) in vtimer_cntp_cval()
[all …]
/xen/xen/include/asm-arm/
A Ddomain.h197 struct vtimer phys_timer; member

Completed in 3 milliseconds