Home
last modified time | relevance | path

Searched refs:sccl (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.c437 int sccl, ccl; in hisi_read_sccl_and_ccl_id() local
440 sccl = aff2 >> 3; in hisi_read_sccl_and_ccl_id()
443 sccl = aff3; in hisi_read_sccl_and_ccl_id()
446 sccl = aff2; in hisi_read_sccl_and_ccl_id()
451 *scclp = sccl; in hisi_read_sccl_and_ccl_id()
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dchsc.h106 struct chsc_response_struct sccl; member
/openbmc/linux/Documentation/admin-guide/perf/
H A Dhisi-pmu.rst28 name will appear in event listing as hisi_sccl<sccl-id>_module<index-id>.
29 where "sccl-id" is the identifier of the SCCL and "index-id" is the index of
/openbmc/linux/drivers/s390/cio/
H A Dchsc_sch.c742 memcpy(&ccl->sccl, &sccl_area->response, sccl_area->response.length); in chsc_ioctl_conf_comp_list()