Lines Matching refs:lsctl

92 	struct hws_lsctl_request_block lsctl;  member
162 return lsctl(&sreq); in sf_disable()
1010 cpuhw->lsctl.interval = SAMPL_RATE(&cpuhw->event->hw); in cpumsf_pmu_enable()
1017 err = lsctl(&cpuhw->lsctl); in cpumsf_pmu_enable()
1029 cpuhw->lsctl.es, cpuhw->lsctl.cs, cpuhw->lsctl.ed, in cpumsf_pmu_enable()
1030 cpuhw->lsctl.cd, cpuhw->lsctl.interval, in cpumsf_pmu_enable()
1031 cpuhw->lsctl.tear, cpuhw->lsctl.dear); in cpumsf_pmu_enable()
1048 inactive = cpuhw->lsctl; in cpumsf_pmu_disable()
1052 err = lsctl(&inactive); in cpumsf_pmu_disable()
1067 cpuhw->lsctl.tear = si.tear; in cpumsf_pmu_disable()
1068 cpuhw->lsctl.dear = si.dear; in cpumsf_pmu_disable()
1504 cpuhw->lsctl.tear = virt_to_phys((void *)base) + offset * sizeof(unsigned long); in aux_output_begin()
1505 cpuhw->lsctl.dear = virt_to_phys((void *)aux->sdb_index[head]); in aux_output_begin()
1511 cpuhw->lsctl.tear, cpuhw->lsctl.dear); in aux_output_begin()
1907 cpuhw->lsctl.cs = 1; in cpumsf_pmu_start()
1909 cpuhw->lsctl.cd = 1; in cpumsf_pmu_start()
1924 cpuhw->lsctl.cs = 0; in cpumsf_pmu_stop()
1925 cpuhw->lsctl.cd = 0; in cpumsf_pmu_stop()
1957 cpuhw->lsctl.s = 0; in cpumsf_pmu_add()
1958 cpuhw->lsctl.h = 1; in cpumsf_pmu_add()
1959 cpuhw->lsctl.interval = SAMPL_RATE(&event->hw); in cpumsf_pmu_add()
1961 cpuhw->lsctl.tear = virt_to_phys(cpuhw->sfb.sdbt); in cpumsf_pmu_add()
1962 cpuhw->lsctl.dear = *(unsigned long *)cpuhw->sfb.sdbt; in cpumsf_pmu_add()
1968 if (WARN_ON_ONCE(cpuhw->lsctl.es == 1 || cpuhw->lsctl.ed == 1)) { in cpumsf_pmu_add()
1981 cpuhw->lsctl.ed = 1; in cpumsf_pmu_add()
1983 cpuhw->lsctl.es = 1; in cpumsf_pmu_add()
2004 cpuhw->lsctl.es = 0; in cpumsf_pmu_del()
2005 cpuhw->lsctl.ed = 0; in cpumsf_pmu_del()