Home
last modified time | relevance | path

Searched full:tmc (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,coresight-tmc.yaml4 $id: http://devicetree.org/schemas/arm/arm,coresight-tmc.yaml#
32 const: arm,coresight-tmc
42 - const: arm,coresight-tmc
68 Size of contiguous buffer space for TMC ETR (embedded trace router). The
75 Indicates that the TMC-ETR can safely use the SG mode on this system.
79 The maximum burst size initiated by TMC on the AXI master interface. The
139 compatible = "arm,coresight-tmc", "arm,primecell";
H A Dqcom,coresight-ctcu.yaml7 title: CoreSight TMC Control Unit
15 The Trace Memory Controller(TMC) is used for Embedded Trace Buffer(ETB),
20 The Coresight TMC Control unit controls various Coresight behaviors.
21 It works as a helper device when connected to TMC ETR device.
23 the source device's Trace ID for TMC ETR device. The trace data with
H A Dcoresight.txt26 "arm,coresight-tmc", "arm,primecell";
121 * Optional property for TMC:
123 * arm,buffer-size: size of contiguous buffer space for TMC ETR
127 * arm,scatter-gather: boolean. Indicates that the TMC-ETR can safely
130 * arm,max-burst-size: The maximum burst size initiated by TMC on the
193 compatible = "arm,coresight-tmc", "arm,primecell";
H A Dete.yaml19 components (e.g, TMC-ETR) or other means (e.g, using a per CPU buffer
H A Darm,embedded-trace-extension.yaml19 components (e.g, TMC-ETR) or other means (e.g, using a per CPU buffer
H A Darm,coresight-catu.yaml24 AXI master and system memory. The CATU is normally used along with the TMC to
H A Dqcom,coresight-tpda.yaml19 TPDM source to TMC sink. TPDM can directly connect to TPDA's inport or
/freebsd/sys/arm64/coresight/
H A Dcoresight_tmc_fdt.c49 { "arm,coresight-tmc", 1 },
62 device_set_desc(dev, "ARM Coresight TMC"); in tmc_fdt_probe()
85 DEFINE_CLASS_1(tmc, tmc_fdt_driver, tmc_fdt_methods,
88 EARLY_DRIVER_MODULE(tmc, simplebus, tmc_fdt_driver, 0, 0,
H A Dcoresight_tmc_acpi.c58 device_set_desc(dev, "ARM Coresight TMC"); in tmc_acpi_probe()
83 DEFINE_CLASS_1(tmc, tmc_acpi_driver, tmc_acpi_methods,
86 EARLY_DRIVER_MODULE(tmc, acpi, tmc_acpi_driver, 0, 0,
H A Dcoresight_tmc.c69 /* Enable TMC */ in tmc_start()
148 /* Configure TMC */ in tmc_configure_etr()
195 /* Unlock TMC */ in tmc_init()
346 DEFINE_CLASS_0(tmc, tmc_driver, tmc_methods, sizeof(struct tmc_softc));
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhi3660-coresight.dtsi136 compatible = "arm,coresight-tmc", "arm,primecell";
282 compatible = "arm,coresight-tmc", "arm,primecell";
374 compatible = "arm,coresight-tmc", "arm,primecell";
433 compatible = "arm,coresight-tmc", "arm,primecell";
H A Dhi6220-coresight.dtsi39 compatible = "arm,coresight-tmc", "arm,primecell";
100 compatible = "arm,coresight-tmc", "arm,primecell";
369 /* CTI 0 - TMC and TPIU connections */
/freebsd/sys/contrib/device-tree/src/arm64/sprd/
H A Dsc9863a.dtsi212 compatible = "arm,coresight-tmc", "arm,primecell";
277 compatible = "arm,coresight-tmc", "arm,primecell";
302 compatible = "arm,coresight-tmc", "arm,primecell";
H A Dsc9860.dtsi337 compatible = "arm,coresight-tmc", "arm,primecell";
465 compatible = "arm,coresight-tmc", "arm,primecell";
490 compatible = "arm,coresight-tmc", "arm,primecell";
H A Dums512.dtsi486 compatible = "arm,coresight-tmc", "arm,primecell";
553 compatible = "arm,coresight-tmc", "arm,primecell";
579 compatible = "arm,coresight-tmc", "arm,primecell";
H A Dsc9836.dtsi48 compatible = "arm,coresight-tmc", "arm,primecell";
/freebsd/contrib/file/magic/Magdir/
H A Dncr7 # Michael R. Wayne *** TMC & Associates *** INTERNET: wayne@ford-vax.arpa
H A Dmap269 # For road traffic information service (RDS/TMS/TMC). Commonly seen in City Navigator maps
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h157 template<typename TMC> TMC &getTM() const {
158 return *static_cast<TMC*>(TM);
/freebsd/sys/contrib/device-tree/src/arm64/arm/
H A Djuno-cs-r1r2.dtsi27 compatible = "arm,coresight-tmc", "arm,primecell";
H A Djuno-base.dtsi121 compatible = "arm,coresight-tmc", "arm,primecell";
198 compatible = "arm,coresight-tmc", "arm,primecell";
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DCodeGenPassBuilder.h261 template <typename TMC> TMC &getTM() const { return static_cast<TMC &>(TM); } in getTM()
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx7s.dtsi304 compatible = "arm,coresight-tmc", "arm,primecell";
327 compatible = "arm,coresight-tmc", "arm,primecell";
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dqcs615.dtsi1929 tmc@6047000 {
1930 compatible = "arm,coresight-tmc", "arm,primecell";
2425 tmc@6b09000 {
2426 compatible = "arm,coresight-tmc", "arm,primecell";
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_time.c96 /* Since we only store the CTC between TMA/MTC or MTC/TMC a in pt_time_ctc_delta()

12