Home
last modified time | relevance | path

Searched refs:lsctl (Results 1 – 2 of 2) sorted by relevance

/arch/s390/kernel/
Dperf_cpum_sf.c84 struct hws_lsctl_request_block lsctl; member
102 return lsctl(&sreq); in sf_disable()
880 err = lsctl(&cpuhw->lsctl); in cpumsf_pmu_enable()
889 "tear=%p dear=%p\n", cpuhw->lsctl.es, cpuhw->lsctl.cs, in cpumsf_pmu_enable()
890 cpuhw->lsctl.ed, cpuhw->lsctl.cd, in cpumsf_pmu_enable()
891 (void *) cpuhw->lsctl.tear, (void *) cpuhw->lsctl.dear); in cpumsf_pmu_enable()
908 inactive = cpuhw->lsctl; in cpumsf_pmu_disable()
912 err = lsctl(&inactive); in cpumsf_pmu_disable()
927 cpuhw->lsctl.tear = si.tear; in cpumsf_pmu_disable()
928 cpuhw->lsctl.dear = si.dear; in cpumsf_pmu_disable()
[all …]
/arch/s390/include/asm/
Dcpu_mf.h231 static inline int lsctl(struct hws_lsctl_request_block *req) in lsctl() function