Searched +full:ipmmu +full:- +full:vmsa (Results 1 – 9 of 9) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/iommu/renesas,ipmmu-vmsa.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Renesas VMSA-Compatible IOMMU10 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>13 The IPMMU is an IOMMU implementation compatible with the ARM VMSA page tables.15 connected to the IPMMU through a port called micro-TLB.20 - items:21 - enum:[all …]
1 // SPDX-License-Identifier: GPL-2.03 * IOMMU API for Renesas VMSA-compatible IPMMU6 * Copyright (C) 2014-2020 Renesas Electronics Corporation11 #include <linux/dma-mapping.h>18 #include <linux/io-pgtable.h>29 #include <asm/dma-iommu.h>32 #define arm_iommu_attach_device(...) -ENODEV37 #define IPMMU_CTX_INVALID -193 /* -----------------------------------------------------------------------------100 #define IMCTR 0x0000 /* R-Car Gen2/3 */[all …]
1 # SPDX-License-Identifier: GPL-2.0-only2 # The IOVA library may also be used by non-IOMMU_API users40 sizes at both stage-1 and stage-2, as well as address spaces41 up to 48-bits in size.47 Enable self-tests for LPAE page table allocator. This performs48 a series of page-table consistency checks during boot.57 Enable support for the ARM Short-descriptor pagetable format.58 This supports 32-bit virtual and physical addresses mapped using59 2-level tables with 4KB pages/1MB sections, and contiguous entries66 Enable self-tests for ARMv7s page table allocator. This performs[all …]
1 # SPDX-License-Identifier: GPL-2.02 obj-y += arm/ iommufd/3 obj-$(CONFIG_AMD_IOMMU) += amd/4 obj-$(CONFIG_INTEL_IOMMU) += intel/5 obj-$(CONFIG_RISCV_IOMMU) += riscv/6 obj-$(CONFIG_IOMMU_API) += iommu.o7 obj-$(CONFIG_IOMMU_SUPPORT) += iommu-pages.o8 obj-$(CONFIG_IOMMU_API) += iommu-traces.o9 obj-$(CONFIG_IOMMU_API) += iommu-sysfs.o10 obj-$(CONFIG_IOMMU_DEBUGFS) += iommu-debugfs.o[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car M2-N (R8A77930) SoC5 * Copyright (C) 2014-2015 Renesas Electronics Corporation8 #include <dt-bindings/clock/r8a7793-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/interrupt-controller/irq.h>11 #include <dt-bindings/power/r8a7793-sysc.h>15 #address-cells = <2>;16 #size-cells = <2>;37 compatible = "fixed-clock";[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car E2 (R8A77940) SoC9 #include <dt-bindings/clock/r8a7794-cpg-mssr.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/interrupt-controller/irq.h>12 #include <dt-bindings/power/r8a7794-sysc.h>16 #address-cells = <2>;17 #size-cells = <2>;39 compatible = "fixed-clock";40 #clock-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car M2-W (R8A77910) SoC5 * Copyright (C) 2013-2015 Renesas Electronics Corporation6 * Copyright (C) 2013-2014 Renesas Solutions Corp.10 #include <dt-bindings/clock/r8a7791-cpg-mssr.h>11 #include <dt-bindings/interrupt-controller/arm-gic.h>12 #include <dt-bindings/interrupt-controller/irq.h>13 #include <dt-bindings/power/r8a7791-sysc.h>17 #address-cells = <2>;18 #size-cells = <2>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car H2 (R8A77900) SoC6 * Copyright (C) 2013-2014 Renesas Solutions Corp.10 #include <dt-bindings/clock/r8a7790-cpg-mssr.h>11 #include <dt-bindings/interrupt-controller/arm-gic.h>12 #include <dt-bindings/interrupt-controller/irq.h>13 #include <dt-bindings/power/r8a7790-sysc.h>17 #address-cells = <2>;18 #size-cells = <2>;46 compatible = "fixed-clock";[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)3 * Device Tree Source for the R-Car S4-8 (R8A779F0) SoC8 #include <dt-bindings/clock/r8a779f0-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/power/r8a779f0-sysc.h>14 #address-cells = <2>;15 #size-cells = <2>;17 cluster01_opp: opp-table-0 {18 compatible = "operating-points-v2";19 opp-shared;[all …]