Searched refs:cnt_ctl (Results 1 – 5 of 5) sorted by relevance
392 u32 cnt_ctl = 0; in kvm_timer_should_fire() local397 cnt_ctl = read_sysreg_el0(SYS_CNTV_CTL); in kvm_timer_should_fire()401 cnt_ctl = read_sysreg_el0(SYS_CNTP_CTL); in kvm_timer_should_fire()405 cnt_ctl = 0; in kvm_timer_should_fire()409 return (cnt_ctl & ARCH_TIMER_CTRL_ENABLE) && in kvm_timer_should_fire()410 (cnt_ctl & ARCH_TIMER_CTRL_IT_STAT) && in kvm_timer_should_fire()411 !(cnt_ctl & ARCH_TIMER_CTRL_IT_MASK); in kvm_timer_should_fire()
63 cnt_ctl:1, /* 19: periodic op counter control */ member
87 reg.op_en, reg.op_val, reg.cnt_ctl, in pr_ibs_op_ctl()88 reg.cnt_ctl ? "uOps" : "cycles", reg.opcurcnt); in pr_ibs_op_ctl()
567 PMU_FORMAT_ATTR(cnt_ctl, "config:19");