iova_rcache
Regular
4.4
: Absent ⚠️
4.8
: ✅struct iova_rcache {
spinlock_t lock;
long unsigned int depot_size;
struct iova_magazine * depot[32];
struct iova_cpu_rcache *cpu_rcaches;
};
4.10
: ✅struct iova_rcache {
spinlock_t lock;
long unsigned int depot_size;
struct iova_magazine * depot[32];
struct iova_cpu_rcache *cpu_rcaches;
};
4.13
: ✅struct iova_rcache {
spinlock_t lock;
long unsigned int depot_size;
struct iova_magazine * depot[32];
struct iova_cpu_rcache *cpu_rcaches;
};
4.15
: ✅struct iova_rcache {
spinlock_t lock;
long unsigned int depot_size;
struct iova_magazine * depot[32];
struct iova_cpu_rcache *cpu_rcaches;
};
4.18
: ✅struct iova_rcache {
spinlock_t lock;
long unsigned int depot_size;
struct iova_magazine * depot[32];
struct iova_cpu_rcache *cpu_rcaches;
};
5.0
: ✅struct iova_rcache {
spinlock_t lock;
long unsigned int depot_size;
struct iova_magazine * depot[32];
struct iova_cpu_rcache *cpu_rcaches;
};
5.3
: ✅struct iova_rcache {
spinlock_t lock;
long unsigned int depot_size;
struct iova_magazine * depot[32];
struct iova_cpu_rcache *cpu_rcaches;
};
5.4
: ✅struct iova_rcache {
spinlock_t lock;
long unsigned int depot_size;
struct iova_magazine * depot[32];
struct iova_cpu_rcache *cpu_rcaches;
};
5.8
: ✅struct iova_rcache {
spinlock_t lock;
long unsigned int depot_size;
struct iova_magazine * depot[32];
struct iova_cpu_rcache *cpu_rcaches;
};
5.11
: ✅struct iova_rcache {
spinlock_t lock;
long unsigned int depot_size;
struct iova_magazine * depot[32];
struct iova_cpu_rcache *cpu_rcaches;
};
5.13
: ✅struct iova_rcache {
spinlock_t lock;
long unsigned int depot_size;
struct iova_magazine * depot[32];
struct iova_cpu_rcache *cpu_rcaches;
};
5.15
: ✅struct iova_rcache {
spinlock_t lock;
long unsigned int depot_size;
struct iova_magazine * depot[32];
struct iova_cpu_rcache *cpu_rcaches;
};
5.19
: ✅struct iova_rcache {
spinlock_t lock;
long unsigned int depot_size;
struct iova_magazine * depot[32];
struct iova_cpu_rcache *cpu_rcaches;
};
6.2
: ✅struct iova_rcache {
spinlock_t lock;
long unsigned int depot_size;
struct iova_magazine * depot[32];
struct iova_cpu_rcache *cpu_rcaches;
};
6.5
: ✅struct iova_rcache {
spinlock_t lock;
long unsigned int depot_size;
struct iova_magazine * depot[32];
struct iova_cpu_rcache *cpu_rcaches;
};
6.8
: ✅struct iova_rcache {
spinlock_t lock;
unsigned int depot_size;
struct iova_magazine *depot;
struct iova_cpu_rcache *cpu_rcaches;
struct iova_domain *iovad;
struct delayed_work work;
};
arm64
: ✅struct iova_rcache {
spinlock_t lock;
long unsigned int depot_size;
struct iova_magazine * depot[32];
struct iova_cpu_rcache *cpu_rcaches;
};
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: ✅struct iova_rcache {
spinlock_t lock;
long unsigned int depot_size;
struct iova_magazine * depot[32];
struct iova_cpu_rcache *cpu_rcaches;
};
azure
: ✅struct iova_rcache {
spinlock_t lock;
long unsigned int depot_size;
struct iova_magazine * depot[32];
struct iova_cpu_rcache *cpu_rcaches;
};
gcp
: ✅struct iova_rcache {
spinlock_t lock;
long unsigned int depot_size;
struct iova_magazine * depot[32];
struct iova_cpu_rcache *cpu_rcaches;
};
lowlatency
: ✅struct iova_rcache {
spinlock_t lock;
long unsigned int depot_size;
struct iova_magazine * depot[32];
struct iova_cpu_rcache *cpu_rcaches;
};
Regular
4.8
and 4.10
✅
4.10
and 4.13
✅
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
✅
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
⚠️struct iova_domain *iovad
struct delayed_work work
long unsigned int depot_size
➡️ unsigned int depot_size
struct iova_magazine * depot[32]
➡️ struct iova_magazine *depot
amd64
and arm64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅