Searched +full:ipmmu +full:- +full:vmsa (Results 1 – 2 of 2) 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 …]