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()
830 cpuhw->dev_state = 0; in cfset_ioctl_off()
840 __func__, rc, cpuhw->state, cpuhw->dev_state); in cfset_ioctl_off()
851 ctr_set_enable(&cpuhw->dev_state, p->sets); in cfset_ioctl_on()
852 ctr_set_start(&cpuhw->dev_state, p->sets); in cfset_ioctl_on()
856 rc = lcctl(cpuhw->dev_state | cpuhw->state); /* Start counter sets */ in cfset_ioctl_on()
861 cpuhw->dev_state | cpuhw->state, S390_HWCTR_DEVICE, rc); in cfset_ioctl_on()
863 __func__, rc, cpuhw->state, cpuhw->dev_state); in cfset_ioctl_on()
872 __func__, cpuhw->state, cpuhw->dev_state); in cfset_release_cpu()
877 cpuhw->dev_state = 0; in cfset_release_cpu()