Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/arm/
A Dvtimer.c145 WRITE_SYSREG32(v->arch.virt_timer.ctl & ~CNTx_CTL_ENABLE, CNTV_CTL_EL0); in virt_timer_save()
147 if ( (v->arch.virt_timer.ctl & CNTx_CTL_ENABLE) && in virt_timer_save()
184 if ( ctl & CNTx_CTL_ENABLE ) in vtimer_cntp_ctl()
188 if ( v->arch.phys_timer.ctl & CNTx_CTL_ENABLE ) in vtimer_cntp_ctl()
217 if ( v->arch.phys_timer.ctl & CNTx_CTL_ENABLE ) in vtimer_cntp_tval()
243 if ( v->arch.phys_timer.ctl & CNTx_CTL_ENABLE ) in vtimer_cntp_cval()
A Dtime.c213 WRITE_SYSREG32(CNTx_CTL_ENABLE, CNTHP_CTL_EL2); in reprogram_timer()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dprocessor.h745 #define CNTx_CTL_ENABLE (1u<<0) /* Enable timer */ macro

Completed in 7 milliseconds