Searched refs:cnthctl (Results 1 – 1 of 1) sorted by relevance
2681 uint64_t cnthctl = env->cp15.cnthctl_el2; in gt_update_irq() local2691 ((timeridx == GTIMER_VIRT && (cnthctl & R_CNTHCTL_CNTVMASK_MASK)) || in gt_update_irq()2692 (timeridx == GTIMER_PHYS && (cnthctl & R_CNTHCTL_CNTPMASK_MASK)))) { in gt_update_irq()