Searched +full:coresight +full:- +full:catu (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/arm/arm,coresight-catu.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Arm Coresight Address Translation Unit (CATU)10 - Mathieu Poirier <mathieu.poirier@linaro.org>11 - Mike Leach <mike.leach@linaro.org>12 - Leo Yan <leo.yan@linaro.org>13 - Suzuki K Poulose <suzuki.poulose@arm.com>16 CoreSight components are compliant with the ARM CoreSight architecture[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # Coresight configuration5 menuconfig CORESIGHT config6 tristate "CoreSight Tracing Support"13 This framework provides a kernel interface for the CoreSight debug15 a topological view of the CoreSight components based on a DT20 module will be called coresight.22 if CORESIGHT24 tristate "CoreSight Link and Sink drivers"26 This enables support for CoreSight link and sink drivers that are[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Coresight Address Translation Unit support13 #include <linux/dma-mapping.h>19 #include "coresight-catu.h"20 #include "coresight-priv.h"21 #include "coresight-tmc.h"24 dev_get_drvdata(csdev->dev.parent)26 /* Verbose output for CATU table contents */33 DEFINE_CORESIGHT_DEVLIST(catu_devs, "catu");41 * CATU uses a page size of 4KB for page tables as well as data pages.[all …]
1 # SPDX-License-Identifier: GPL-2.03 # Makefile for CoreSight drivers.7 subdir-ccflags-y += -Wextra -Wunused -Wno-unused-parameter8 subdir-ccflags-y += -Wmissing-declarations9 subdir-ccflags-y += -Wmissing-format-attribute10 subdir-ccflags-y += -Wmissing-prototypes11 subdir-ccflags-y += -Wold-style-definition12 subdir-ccflags-y += -Wmissing-include-dirs13 subdir-ccflags-y += -Wno-sign-compare15 $(call cc-option, -Wrestrict) \[all …]
1 // SPDX-License-Identifier: GPL-2.08 #include <linux/coresight.h>9 #include <linux/dma-mapping.h>17 #include "coresight-catu.h"18 #include "coresight-etm-perf.h"19 #include "coresight-priv.h"20 #include "coresight-tmc.h"36 * etr_perf_buffer - Perf buffer used for ETR37 * @drvdata - The ETR drvdaga this buffer has been allocated for.38 * @etr_buf - Actual buffer used by the ETR[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */10 #include <linux/dma-mapping.h>45 /* TMC_CTL - 0x020 */47 /* TMC_STS - 0x00C */53 * TMC_AXICTL - 0x11055 * TMC AXICTL format for SoC-40056 * Bits [0-1] : ProtCtrlBit0-157 * Bits [2-5] : CacheCtrlBits 0-3 (AXCACHE)60 * Bits [8-11] : WrBurstLen61 * Bits [12-31] : Reserved.[all …]