Home
last modified time | relevance | path

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

/xen/xen/arch/arm/
A Dvtimer.c46 if ( !(t->ctl & CNTx_CTL_MASK) ) in phys_timer_expired()
58 t->ctl |= CNTx_CTL_MASK; in virt_timer_expired()
145 !(v->arch.virt_timer.ctl & CNTx_CTL_MASK)) in virt_timer_save()
355 vtimer_ctl &= (CNTx_CTL_ENABLE | CNTx_CTL_PENDING | CNTx_CTL_MASK); in vtimer_update_irq()
392 READ_SYSREG32(CNTV_CTL_EL0) & ~CNTx_CTL_MASK); in vtimer_update_irqs()
A Dtime.c264 WRITE_SYSREG32(current->arch.virt_timer.ctl | CNTx_CTL_MASK, CNTV_CTL_EL0); in vtimer_interrupt()
/xen/xen/include/asm-arm/
A Dprocessor.h486 #define CNTx_CTL_MASK (1u<<1) /* Mask IRQ */ macro

Completed in 6 milliseconds