Symbol: lsctl
arch/s390/kernel/perf_cpum_sf.c
106
struct hws_lsctl_request_block lsctl;
arch/s390/kernel/perf_cpum_sf.c
1375
cpuhw->lsctl.tear = virt_to_phys((void *)base) + offset * sizeof(unsigned long);
arch/s390/kernel/perf_cpum_sf.c
1376
cpuhw->lsctl.dear = virt_to_phys((void *)aux->sdb_index[head]);
arch/s390/kernel/perf_cpum_sf.c
165
lsctl(&sreq);
arch/s390/kernel/perf_cpum_sf.c
1736
cpuhw->lsctl.cs = 1;
arch/s390/kernel/perf_cpum_sf.c
1738
cpuhw->lsctl.cd = 1;
arch/s390/kernel/perf_cpum_sf.c
1753
cpuhw->lsctl.cs = 0;
arch/s390/kernel/perf_cpum_sf.c
1754
cpuhw->lsctl.cd = 0;
arch/s390/kernel/perf_cpum_sf.c
1787
cpuhw->lsctl.s = 0;
arch/s390/kernel/perf_cpum_sf.c
1788
cpuhw->lsctl.h = 1;
arch/s390/kernel/perf_cpum_sf.c
1789
cpuhw->lsctl.interval = SAMPL_RATE(&event->hw);
arch/s390/kernel/perf_cpum_sf.c
1791
cpuhw->lsctl.tear = virt_to_phys(cpuhw->sfb.sdbt);
arch/s390/kernel/perf_cpum_sf.c
1792
cpuhw->lsctl.dear = *(unsigned long *)cpuhw->sfb.sdbt;
arch/s390/kernel/perf_cpum_sf.c
1798
if (WARN_ON_ONCE(cpuhw->lsctl.es == 1 || cpuhw->lsctl.ed == 1)) {
arch/s390/kernel/perf_cpum_sf.c
1811
cpuhw->lsctl.ed = 1;
arch/s390/kernel/perf_cpum_sf.c
1813
cpuhw->lsctl.es = 1;
arch/s390/kernel/perf_cpum_sf.c
1834
cpuhw->lsctl.es = 0;
arch/s390/kernel/perf_cpum_sf.c
1835
cpuhw->lsctl.ed = 0;
arch/s390/kernel/perf_cpum_sf.c
925
cpuhw->lsctl.interval = SAMPL_RATE(hwc);
arch/s390/kernel/perf_cpum_sf.c
928
err = lsctl(&cpuhw->lsctl);
arch/s390/kernel/perf_cpum_sf.c
953
inactive = cpuhw->lsctl;
arch/s390/kernel/perf_cpum_sf.c
957
err = lsctl(&inactive);
arch/s390/kernel/perf_cpum_sf.c
972
cpuhw->lsctl.tear = si.tear;
arch/s390/kernel/perf_cpum_sf.c
973
cpuhw->lsctl.dear = si.dear;