Home
last modified time | relevance | path

Searched full:dart (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/drivers/iommu/
H A Dapple-dart.c3 * Apple DART (Device Address Resolution Table) IOMMU driver
144 #define DART_TCR(dart, sid) ((dart)->hw->tcr + ((sid) << 2)) argument
146 #define DART_TTBR(dart, sid, idx) ((dart)->hw->ttbr + \ argument
147 (((dart)->hw->ttbr_count * (sid)) << 2) + \
188 * Private structure associated with each DART device.
194 * @clks: clocks associated with this DART
196 * @lock: lock for hardware operations involving this dart
197 * @pgsize: pagesize supported by this DART
198 * @supports_bypass: indicates if this DART supports bypass mode
238 * and never changed again afterwards. Devices with different dart pointers
[all …]
H A DKconfig68 bool "Apple DART Formats"
73 Enable support for the Apple DART pagetable formats. These include
74 the t8020 and t6000/t8110 DART formats used in Apple M1/M2 family
305 tristate "Apple DART IOMMU Support"
312 Support for Apple DART (Device Address Resolution Table) IOMMUs
H A DMakefile11 obj-$(CONFIG_IOMMU_IO_PGTABLE_DART) += io-pgtable-dart.o
32 obj-$(CONFIG_APPLE_DART) += apple-dart.o
H A Dio-pgtable-dart.c3 * Apple DART page table allocator.
14 #define pr_fmt(fmt) "dart io-pgtable: " fmt
/openbmc/linux/arch/powerpc/sysdev/
H A Ddart_iommu.c13 * Dynamic DMA mapping support, Apple U3, U4 & IBM CPC925 "DART" iommu.
36 #include "dart.h"
38 /* DART table address and size */
42 /* Mapped base address for the dart */
43 static unsigned int __iomem *dart; variable
68 DBG("dart: flush\n"); in dart_tlb_invalidate_all()
70 /* To invalidate the DART, set the DARTCNTL_FLUSHTLB bit in the in dart_tlb_invalidate_all()
73 * Gotcha: Sometimes, the DART won't detect that the bit gets in dart_tlb_invalidate_all()
96 panic("DART: TLB did not flush after waiting a long " in dart_tlb_invalidate_all()
128 panic("DART: TLB did not flush after waiting a long " in dart_tlb_invalidate_one()
[all …]
H A Ddart.h46 #define DART_REG(r) (dart + ((r) >> 2))
54 /* DART table fields */
/openbmc/linux/Documentation/devicetree/bindings/iommu/
H A Dapple,dart.yaml4 $id: http://devicetree.org/schemas/iommu/apple,dart.yaml#
7 title: Apple DART IOMMU
17 Each DART instance is capable of handling up to 16 different streams
20 This DART IOMMU also raises interrupts in response to various
26 - apple,t8103-dart
27 - apple,t8110-dart
28 - apple,t6000-dart
61 compatible = "apple,t8103-dart";
73 compatible = "apple,t8103-dart";
79 compatible = "apple,t8103-dart";
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Darmada-370-seagate-nas-4bay.dts14 * Code name (board/PCB) : Dart 4-Bay
24 model = "Seagate NAS 4-Bay (Dart, SRPD40)";
25 compatible = "seagate,dart-4", "marvell,armada370", "marvell,armada-370-xp";
73 label = "dart:red:sata2";
77 label = "dart:red:sata3";
86 label = "dart:white:sata2";
96 label = "dart:white:sata3";
H A Darmada-370-seagate-nas-2bay.dts14 * Code name (board/PCB) : Dart 2-Bay
23 model = "Seagate NAS 2-Bay (Dart, SRPD20)";
24 compatible = "seagate,dart-2", "marvell,armada370", "marvell,armada-370-xp";
H A Darmada-370-seagate-nas-xbay.dtsi128 label = "dart:white:power";
134 label = "dart:red:power";
138 label = "dart:red:sata0";
142 label = "dart:red:sata1";
/openbmc/linux/arch/arm64/boot/dts/apple/
H A Dt600x-die0.dtsi57 compatible = "apple,t6000-dart";
66 compatible = "apple,t6000-dart";
221 compatible = "apple,t6000-dart";
230 compatible = "apple,t6000-dart";
239 compatible = "apple,t6000-dart";
249 compatible = "apple,t6000-dart";
H A Dt8112.dtsi383 compatible = "apple,t8110-dart";
759 compatible = "apple,t8110-dart";
768 compatible = "apple,t8110-dart";
778 compatible = "apple,t8110-dart";
788 compatible = "apple,t8110-dart";
H A Dt8103.dtsi360 compatible = "apple,t8103-dart";
721 compatible = "apple,t8103-dart";
730 compatible = "apple,t8103-dart";
740 compatible = "apple,t8103-dart";
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-var-dt6customboard.dts3 * Support for Variscite DART-MX6 Carrier-board
12 #include "imx6qdl-var-dart.dtsi"
16 model = "Variscite DART-MX6 Carrier-board";
H A Dimx6qdl-var-dart.dtsi3 * Support for Variscite DART-MX6 Module
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/
H A D0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch57 add_person_dart: add_person.dart protoc_middleman_dart
/openbmc/linux/tools/perf/Documentation/
H A Dperf-inject.txt79 if you are monitoring environment using JIT runtimes, such as Java, DART or V8.
/openbmc/linux/drivers/edac/
H A Dcpc925_edac.c61 APIMASK_DART = CPC925_BIT(0), /* DART Exception */
87 APIEXCP_DART = CPC925_BIT(0), /* DART Exception */
/openbmc/linux/drivers/pci/controller/
H A Dpcie-apple.c128 * However, it has to be excluded from the IOVA range, and the DART
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt3969 dart.h: 2235
/openbmc/linux/
H A DMAINTAINERS1916 F: Documentation/devicetree/bindings/iommu/apple,dart.yaml
1935 F: drivers/iommu/apple-dart.c
1936 F: drivers/iommu/io-pgtable-dart.c
H A Dopengrok1.0.log[all...]
H A Dopengrok0.0.log[all...]
H A Dopengrok2.0.log[all...]