Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/arm/
A Dvtimer.c102 struct vtimer *t = &v->arch.phys_timer; in vcpu_vtimer_init()
137 kill_timer(&v->arch.phys_timer.timer); in vcpu_timer_destroy()
179 *r = v->arch.phys_timer.ctl; in vtimer_cntp_ctl()
186 v->arch.phys_timer.ctl = ctl; in vtimer_cntp_ctl()
190 set_timer(&v->arch.phys_timer.timer, in vtimer_cntp_ctl()
194 stop_timer(&v->arch.phys_timer.timer); in vtimer_cntp_ctl()
220 set_timer(&v->arch.phys_timer.timer, 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()
246 set_timer(&v->arch.phys_timer.timer, in vtimer_cntp_cval()
[all …]
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Ddomain.h286 struct vtimer phys_timer; member

Completed in 4 milliseconds