amd_ir_data
Regular
4.4
: ✅struct amd_ir_data {
struct irq_2_irte irq_2_irte;
union irte irte_entry;
struct msi_msg msi_entry;
};
4.8
: ✅struct amd_ir_data {
struct irq_2_irte irq_2_irte;
union irte irte_entry;
struct msi_msg msi_entry;
};
4.10
: ✅struct amd_ir_data {
u32 cached_ga_tag;
struct irq_2_irte irq_2_irte;
struct msi_msg msi_entry;
void *entry;
void *ref;
};
4.13
: ✅struct amd_ir_data {
u32 cached_ga_tag;
struct irq_2_irte irq_2_irte;
struct msi_msg msi_entry;
void *entry;
void *ref;
};
4.15
: ✅struct amd_ir_data {
u32 cached_ga_tag;
struct irq_2_irte irq_2_irte;
struct msi_msg msi_entry;
void *entry;
void *ref;
};
4.18
: ✅struct amd_ir_data {
u32 cached_ga_tag;
struct irq_2_irte irq_2_irte;
struct msi_msg msi_entry;
void *entry;
void *ref;
};
5.0
: ✅struct amd_ir_data {
u32 cached_ga_tag;
struct irq_2_irte irq_2_irte;
struct msi_msg msi_entry;
void *entry;
void *ref;
};
5.3
: ✅struct amd_ir_data {
u32 cached_ga_tag;
struct irq_2_irte irq_2_irte;
struct msi_msg msi_entry;
void *entry;
void *ref;
};
5.4
: ✅struct amd_ir_data {
u32 cached_ga_tag;
struct irq_2_irte irq_2_irte;
struct msi_msg msi_entry;
void *entry;
void *ref;
struct irq_cfg *cfg;
int ga_vector;
int ga_root_ptr;
int ga_tag;
};
5.8
: ✅struct amd_ir_data {
u32 cached_ga_tag;
struct irq_2_irte irq_2_irte;
struct msi_msg msi_entry;
void *entry;
void *ref;
struct irq_cfg *cfg;
int ga_vector;
int ga_root_ptr;
int ga_tag;
};
5.11
: ✅struct amd_ir_data {
u32 cached_ga_tag;
struct irq_2_irte irq_2_irte;
struct msi_msg msi_entry;
void *entry;
void *ref;
struct irq_cfg *cfg;
int ga_vector;
int ga_root_ptr;
int ga_tag;
};
5.13
: ✅struct amd_ir_data {
u32 cached_ga_tag;
struct irq_2_irte irq_2_irte;
struct msi_msg msi_entry;
void *entry;
void *ref;
struct irq_cfg *cfg;
int ga_vector;
int ga_root_ptr;
int ga_tag;
};
5.15
: ✅struct amd_ir_data {
u32 cached_ga_tag;
struct irq_2_irte irq_2_irte;
struct msi_msg msi_entry;
void *entry;
void *ref;
struct irq_cfg *cfg;
int ga_vector;
int ga_root_ptr;
int ga_tag;
};
5.19
: ✅struct amd_ir_data {
u32 cached_ga_tag;
struct irq_2_irte irq_2_irte;
struct msi_msg msi_entry;
void *entry;
void *ref;
struct irq_cfg *cfg;
int ga_vector;
int ga_root_ptr;
int ga_tag;
};
6.2
: ✅struct amd_ir_data {
u32 cached_ga_tag;
struct amd_iommu *iommu;
struct irq_2_irte irq_2_irte;
struct msi_msg msi_entry;
void *entry;
void *ref;
struct irq_cfg *cfg;
int ga_vector;
int ga_root_ptr;
int ga_tag;
};
6.5
: ✅struct amd_ir_data {
u32 cached_ga_tag;
struct amd_iommu *iommu;
struct irq_2_irte irq_2_irte;
struct msi_msg msi_entry;
void *entry;
struct irq_cfg *cfg;
int ga_vector;
u64 ga_root_ptr;
u32 ga_tag;
};
6.8
: ✅struct amd_ir_data {
u32 cached_ga_tag;
struct amd_iommu *iommu;
struct irq_2_irte irq_2_irte;
struct msi_msg msi_entry;
void *entry;
struct irq_cfg *cfg;
int ga_vector;
u64 ga_root_ptr;
u32 ga_tag;
};
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: ✅struct amd_ir_data {
u32 cached_ga_tag;
struct irq_2_irte irq_2_irte;
struct msi_msg msi_entry;
void *entry;
void *ref;
struct irq_cfg *cfg;
int ga_vector;
int ga_root_ptr;
int ga_tag;
};
azure
: ✅struct amd_ir_data {
u32 cached_ga_tag;
struct irq_2_irte irq_2_irte;
struct msi_msg msi_entry;
void *entry;
void *ref;
struct irq_cfg *cfg;
int ga_vector;
int ga_root_ptr;
int ga_tag;
};
gcp
: ✅struct amd_ir_data {
u32 cached_ga_tag;
struct irq_2_irte irq_2_irte;
struct msi_msg msi_entry;
void *entry;
void *ref;
struct irq_cfg *cfg;
int ga_vector;
int ga_root_ptr;
int ga_tag;
};
lowlatency
: ✅struct amd_ir_data {
u32 cached_ga_tag;
struct irq_2_irte irq_2_irte;
struct msi_msg msi_entry;
void *entry;
void *ref;
struct irq_cfg *cfg;
int ga_vector;
int ga_root_ptr;
int ga_tag;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
⚠️u32 cached_ga_tag
void *entry
void *ref
union irte irte_entry
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
⚠️struct irq_cfg *cfg
int ga_vector
int ga_root_ptr
int ga_tag
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
⚠️struct amd_iommu *iommu
6.2
and 6.5
⚠️void *ref
int ga_root_ptr
➡️ u64 ga_root_ptr
int ga_tag
➡️ u32 ga_tag
6.5
and 6.8
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅