Searched refs:lcctl (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dcpu_mf.h182 static inline int lcctl(u64 ctl) function
187 " lcctl %1\n"
/linux-master/arch/s390/kernel/
H A Dperf_cpum_cf.c163 lcctl(0);
640 * by lcctl(). Because Linux controls SMT enablement through
673 err = lcctl(cpuhw->state | cpuhw->dev_state);
696 err = lcctl(inactive);
1323 rc = lcctl(cpuhw->dev_state | cpuhw->state);
1344 rc = lcctl(cpuhw->dev_state | cpuhw->state); /* Start counter sets */
1358 rc = lcctl(cpuhw->state); /* Keep perf_event_open counter sets */

Completed in 80 milliseconds