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()
881 ctr_set_disable(&cpuhw->dev_state, in cfset_ioctl_off()
883 ctr_set_stop(&cpuhw->dev_state, in cfset_ioctl_off()
888 rc = lcctl(cpuhw->dev_state | cpuhw->state); in cfset_ioctl_off()
892 if (!cpuhw->dev_state) in cfset_ioctl_off()
895 __func__, rc, cpuhw->state, cpuhw->dev_state); in cfset_ioctl_off()
906 ctr_set_enable(&cpuhw->dev_state, p->sets); in cfset_ioctl_on()
907 ctr_set_start(&cpuhw->dev_state, p->sets); in cfset_ioctl_on()
911 rc = lcctl(cpuhw->dev_state | cpuhw->state); /* Start counter sets */ in cfset_ioctl_on()
916 cpuhw->dev_state | cpuhw->state, S390_HWCTR_DEVICE, rc); in cfset_ioctl_on()
918 __func__, rc, cpuhw->state, cpuhw->dev_state); in cfset_ioctl_on()
927 __func__, cpuhw->state, cpuhw->dev_state); in cfset_release_cpu()
928 cpuhw->dev_state = 0; in cfset_release_cpu()