dev_archdata
Regular
4.4
: ✅struct dev_archdata {
struct dma_map_ops *dma_ops;
void *iommu;
};
4.8
: ✅struct dev_archdata {
struct dma_map_ops *dma_ops;
void *iommu;
};
4.10
: ✅struct dev_archdata {
struct dma_map_ops *dma_ops;
void *iommu;
};
4.13
: ✅struct dev_archdata {
void *iommu;
};
4.15
: ✅struct dev_archdata {
void *iommu;
};
4.18
: ✅struct dev_archdata {
void *iommu;
};
5.0
: ✅struct dev_archdata {
void *iommu;
};
5.3
: ✅struct dev_archdata {
void *iommu;
};
5.4
: ✅struct dev_archdata {
void *iommu;
};
5.8
: ✅struct dev_archdata {
void *iommu;
};
5.11
: ✅struct dev_archdata {
};
5.13
: ✅struct dev_archdata {
};
5.15
: ✅struct dev_archdata {
};
5.19
: ✅struct dev_archdata {
};
6.2
: ✅struct dev_archdata {
};
6.5
: ✅struct dev_archdata {
};
6.8
: ✅struct dev_archdata {
};
arm64
: ✅struct dev_archdata {
void *iommu;
};
armhf
: ✅struct dev_archdata {
void *iommu;
struct dma_iommu_mapping *mapping;
unsigned int dma_coherent;
unsigned int dma_ops_setup;
};
ppc64el
: ✅struct dev_archdata {
bool iommu_bypass;
dma_addr_t dma_offset;
struct iommu_table *iommu_table_base;
void *iommu_domain;
struct pci_dn *pci_data;
struct eeh_dev *edev;
struct cxl_context *cxl_ctx;
};
riscv64
: ✅struct dev_archdata {
};
aws
: ✅struct dev_archdata {
void *iommu;
};
azure
: ✅struct dev_archdata {
void *iommu;
};
gcp
: ✅struct dev_archdata {
void *iommu;
};
lowlatency
: ✅struct dev_archdata {
void *iommu;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
⚠️struct dma_map_ops *dma_ops
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
⚠️void *iommu
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
⚠️struct dma_iommu_mapping *mapping
unsigned int dma_coherent
unsigned int dma_ops_setup
amd64
and ppc64el
⚠️bool iommu_bypass
dma_addr_t dma_offset
struct iommu_table *iommu_table_base
void *iommu_domain
struct pci_dn *pci_data
struct eeh_dev *edev
struct cxl_context *cxl_ctx
void *iommu
amd64
and riscv64
⚠️void *iommu
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅