Searched refs:cnt_ctl (Results 1 – 3 of 3) sorted by relevance
66 cnt_ctl:1, /* 19: periodic op counter control */ member
376 u32 cnt_ctl = 0; in kvm_timer_should_fire() local381 cnt_ctl = read_sysreg_el0(SYS_CNTV_CTL); in kvm_timer_should_fire()385 cnt_ctl = read_sysreg_el0(SYS_CNTP_CTL); in kvm_timer_should_fire()389 cnt_ctl = 0; in kvm_timer_should_fire()393 return (cnt_ctl & ARCH_TIMER_CTRL_ENABLE) && in kvm_timer_should_fire()394 (cnt_ctl & ARCH_TIMER_CTRL_IT_STAT) && in kvm_timer_should_fire()395 !(cnt_ctl & ARCH_TIMER_CTRL_IT_MASK); in kvm_timer_should_fire()
626 PMU_FORMAT_ATTR(cnt_ctl, "config:19");
Completed in 12 milliseconds