dma_ops_domain
Regular
4.4
: ✅struct dma_ops_domain {
struct protection_domain domain;
long unsigned int aperture_size;
long unsigned int next_address;
struct aperture_range * aperture[32];
bool need_flush;
};
4.8
: ✅struct dma_ops_domain {
struct protection_domain domain;
struct iova_domain iovad;
};
4.10
: ✅struct dma_ops_domain {
struct protection_domain domain;
struct iova_domain iovad;
};
4.13
: ✅struct dma_ops_domain {
struct protection_domain domain;
struct iova_domain iovad;
struct flush_queue *flush_queue;
atomic64_t flush_start_cnt;
atomic64_t flush_finish_cnt;
struct timer_list flush_timer;
atomic_t flush_timer_on;
};
4.15
: ✅struct dma_ops_domain {
struct protection_domain domain;
struct iova_domain iovad;
};
4.18
: ✅struct dma_ops_domain {
struct protection_domain domain;
struct iova_domain iovad;
};
5.0
: ✅struct dma_ops_domain {
struct protection_domain domain;
struct iova_domain iovad;
};
5.3
: ✅struct dma_ops_domain {
struct protection_domain domain;
struct iova_domain iovad;
};
5.4
: ✅struct dma_ops_domain {
struct protection_domain domain;
struct iova_domain iovad;
};
5.8
: Absent ⚠️
5.11
: Absent ⚠️
5.13
: Absent ⚠️
5.15
: Absent ⚠️
5.19
: Absent ⚠️
6.2
: Absent ⚠️
6.5
: Absent ⚠️
6.8
: Absent ⚠️
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: ✅struct dma_ops_domain {
struct protection_domain domain;
struct iova_domain iovad;
};
azure
: ✅struct dma_ops_domain {
struct protection_domain domain;
struct iova_domain iovad;
};
gcp
: ✅struct dma_ops_domain {
struct protection_domain domain;
struct iova_domain iovad;
};
lowlatency
: ✅struct dma_ops_domain {
struct protection_domain domain;
struct iova_domain iovad;
};
Regular
4.4
and 4.8
⚠️struct iova_domain iovad
long unsigned int aperture_size
long unsigned int next_address
struct aperture_range * aperture[32]
bool need_flush
4.8
and 4.10
✅
4.10
and 4.13
⚠️struct flush_queue *flush_queue
atomic64_t flush_start_cnt
atomic64_t flush_finish_cnt
struct timer_list flush_timer
atomic_t flush_timer_on
4.13
and 4.15
⚠️struct flush_queue *flush_queue
atomic64_t flush_start_cnt
atomic64_t flush_finish_cnt
struct timer_list flush_timer
atomic_t flush_timer_on
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅