Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/kernel/
Dperf_cpum_sf.c84 struct hws_lsctl_request_block lsctl; member
102 return lsctl(&sreq); in sf_disable()
885 err = lsctl(&cpuhw->lsctl); in cpumsf_pmu_enable()
894 "tear=%p dear=%p\n", cpuhw->lsctl.es, cpuhw->lsctl.cs, in cpumsf_pmu_enable()
895 cpuhw->lsctl.ed, cpuhw->lsctl.cd, in cpumsf_pmu_enable()
896 (void *) cpuhw->lsctl.tear, (void *) cpuhw->lsctl.dear); in cpumsf_pmu_enable()
913 inactive = cpuhw->lsctl; in cpumsf_pmu_disable()
917 err = lsctl(&inactive); in cpumsf_pmu_disable()
932 cpuhw->lsctl.tear = si.tear; in cpumsf_pmu_disable()
933 cpuhw->lsctl.dear = si.dear; in cpumsf_pmu_disable()
[all …]
/linux-4.1.27/arch/s390/include/asm/
Dcpu_mf.h225 static inline int lsctl(struct hws_lsctl_request_block *req) in lsctl() function
/linux-4.1.27/arch/s390/oprofile/
Dhwsampler.c77 ep->rc = lsctl(ep->buffer); in execute_ssctl()