pasid_table
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: ✅struct pasid_table {
void *table;
int order;
int max_pasid;
struct list_head dev;
};
5.3
: ✅struct pasid_table {
void *table;
int order;
int max_pasid;
struct list_head dev;
};
5.4
: ✅struct pasid_table {
void *table;
int order;
int max_pasid;
struct list_head dev;
};
5.8
: ✅struct pasid_table {
void *table;
int order;
int max_pasid;
struct list_head dev;
};
5.11
: ✅struct pasid_table {
void *table;
int order;
u32 max_pasid;
struct list_head dev;
};
5.13
: ✅struct pasid_table {
void *table;
int order;
u32 max_pasid;
struct list_head dev;
};
5.15
: ✅struct pasid_table {
void *table;
int order;
u32 max_pasid;
struct list_head dev;
};
5.19
: ✅struct pasid_table {
void *table;
int order;
u32 max_pasid;
};
6.2
: ✅struct pasid_table {
void *table;
int order;
u32 max_pasid;
};
6.5
: ✅struct pasid_table {
void *table;
int order;
u32 max_pasid;
};
6.8
: ✅struct pasid_table {
void *table;
int order;
u32 max_pasid;
};
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: ✅struct pasid_table {
void *table;
int order;
int max_pasid;
struct list_head dev;
};
azure
: ✅struct pasid_table {
void *table;
int order;
int max_pasid;
struct list_head dev;
};
gcp
: ✅struct pasid_table {
void *table;
int order;
int max_pasid;
struct list_head dev;
};
lowlatency
: ✅struct pasid_table {
void *table;
int order;
int max_pasid;
struct list_head dev;
};
Regular
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
⚠️int max_pasid
➡️ u32 max_pasid
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
⚠️struct list_head dev
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅