Searched refs:cnt_ctl (Results 1 – 2 of 2) sorted by relevance
323 u32 cnt_ctl = 0; in kvm_timer_should_fire() local327 cnt_ctl = read_sysreg_el0(SYS_CNTV_CTL); in kvm_timer_should_fire()330 cnt_ctl = read_sysreg_el0(SYS_CNTP_CTL); in kvm_timer_should_fire()334 cnt_ctl = 0; in kvm_timer_should_fire()338 return (cnt_ctl & ARCH_TIMER_CTRL_ENABLE) && in kvm_timer_should_fire()339 (cnt_ctl & ARCH_TIMER_CTRL_IT_STAT) && in kvm_timer_should_fire()340 !(cnt_ctl & ARCH_TIMER_CTRL_IT_MASK); in kvm_timer_should_fire()
537 PMU_FORMAT_ATTR(cnt_ctl, "config:19");