Home
last modified time | relevance | path

Searched full:pmcg (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/perf/
H A Darm,smmu-v3-pmcg.yaml4 $id: http://devicetree.org/schemas/perf/arm,smmu-v3-pmcg.yaml#
14 An SMMUv3 may have several Performance Monitor Counter Group (PMCG).
24 - const: arm,mmu-600-pmcg
25 - const: arm,smmu-v3-pmcg
26 - const: arm,smmu-v3-pmcg
57 compatible = "arm,smmu-v3-pmcg";
65 compatible = "arm,smmu-v3-pmcg";
/linux/include/linux/
H A Dacpi_iort.h18 * PMCG model identifiers for use in smmu pmu driver. Please note
22 #define IORT_SMMU_V3_PMCG_GENERIC 0x00000000 /* Generic SMMUv3 PMCG */
23 #define IORT_SMMU_V3_PMCG_HISI_HIP08 0x00000001 /* HiSilicon HIP08 PMCG */
24 #define IORT_SMMU_V3_PMCG_HISI_HIP09 0x00000002 /* HiSilicon HIP09 PMCG */
/linux/drivers/perf/
H A Darm_smmuv3_pmu.c5 * Monitor Counter Groups (PMCG) associated with an SMMUv3 node
8 * SMMUv3 PMCG devices are named as smmuv3_pmcg_<phys_addr_page> where
9 * <phys_addr_page> is the physical page address of the SMMU PMCG wrapped
10 * to 4K boundary. For example, the PMCG at 0xff88840000 is named
815 "arm,mmu-600-pmcg"); in smmu_pmu_coresight_id_regs()
989 { .compatible = "arm,smmu-v3-pmcg" },
997 .name = "arm-smmu-v3-pmcg",
1011 "perf/arm/pmcg:online", in arm_smmu_pmu_init()
1033 MODULE_ALIAS("platform:arm-smmu-v3-pmcg");
H A DKconfig142 Groups (PMCG), which provide monitoring of transactions passing
/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c4625 * the PMCG registers which are reserved by the PMU driver. in arm_smmu_device_probe()