Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/perf/hisilicon/
Dhisi_uncore_pmu.c435 int sccl, ccl; in hisi_read_sccl_and_ccl_id() local
438 sccl = aff2 >> 3; in hisi_read_sccl_and_ccl_id()
441 sccl = aff3; in hisi_read_sccl_and_ccl_id()
444 sccl = aff2; in hisi_read_sccl_and_ccl_id()
449 *scclp = sccl; in hisi_read_sccl_and_ccl_id()
/Linux-v6.1/arch/s390/include/uapi/asm/
Dchsc.h106 struct chsc_response_struct sccl; member
/Linux-v6.1/Documentation/admin-guide/perf/
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
/Linux-v6.1/drivers/s390/cio/
Dchsc_sch.c741 memcpy(&ccl->sccl, &sccl_area->response, sccl_area->response.length); in chsc_ioctl_conf_comp_list()