Lines Matching refs:dev_state
355 err = lcctl(cpuhw->state | cpuhw->dev_state); in cpumf_pmu_enable()
380 inactive |= cpuhw->dev_state; in cpumf_pmu_disable()
860 ctr_set_disable(&cpuhw->dev_state, in cfset_ioctl_off()
862 ctr_set_stop(&cpuhw->dev_state, in cfset_ioctl_off()
867 rc = lcctl(cpuhw->dev_state | cpuhw->state); in cfset_ioctl_off()
871 if (!cpuhw->dev_state) in cfset_ioctl_off()
874 __func__, rc, cpuhw->state, cpuhw->dev_state); in cfset_ioctl_off()
885 ctr_set_enable(&cpuhw->dev_state, p->sets); in cfset_ioctl_on()
886 ctr_set_start(&cpuhw->dev_state, p->sets); in cfset_ioctl_on()
890 rc = lcctl(cpuhw->dev_state | cpuhw->state); /* Start counter sets */ in cfset_ioctl_on()
895 cpuhw->dev_state | cpuhw->state, S390_HWCTR_DEVICE, rc); in cfset_ioctl_on()
897 __func__, rc, cpuhw->state, cpuhw->dev_state); in cfset_ioctl_on()
906 __func__, cpuhw->state, cpuhw->dev_state); in cfset_release_cpu()
907 cpuhw->dev_state = 0; in cfset_release_cpu()