flush_tlb_infoRegular
4.4: ✅struct flush_tlb_info {
struct mm_struct *flush_mm;
long unsigned int flush_start;
long unsigned int flush_end;
};
4.8: ✅struct flush_tlb_info {
struct mm_struct *flush_mm;
long unsigned int flush_start;
long unsigned int flush_end;
};
4.10: ✅struct flush_tlb_info {
struct mm_struct *flush_mm;
long unsigned int flush_start;
long unsigned int flush_end;
};
4.13: ✅struct flush_tlb_info {
struct mm_struct *mm;
long unsigned int start;
long unsigned int end;
};
4.15: ✅struct flush_tlb_info {
struct mm_struct *mm;
long unsigned int start;
long unsigned int end;
u64 new_tlb_gen;
};
4.18: ✅struct flush_tlb_info {
struct mm_struct *mm;
long unsigned int start;
long unsigned int end;
u64 new_tlb_gen;
};
5.0: ✅struct flush_tlb_info {
struct mm_struct *mm;
long unsigned int start;
long unsigned int end;
u64 new_tlb_gen;
unsigned int stride_shift;
bool freed_tables;
};
5.3: ✅struct flush_tlb_info {
struct mm_struct *mm;
long unsigned int start;
long unsigned int end;
u64 new_tlb_gen;
unsigned int stride_shift;
bool freed_tables;
};
5.4: ✅struct flush_tlb_info {
struct mm_struct *mm;
long unsigned int start;
long unsigned int end;
u64 new_tlb_gen;
unsigned int stride_shift;
bool freed_tables;
};
5.8: ✅struct flush_tlb_info {
struct mm_struct *mm;
long unsigned int start;
long unsigned int end;
u64 new_tlb_gen;
unsigned int stride_shift;
bool freed_tables;
};
5.11: ✅struct flush_tlb_info {
struct mm_struct *mm;
long unsigned int start;
long unsigned int end;
u64 new_tlb_gen;
unsigned int stride_shift;
bool freed_tables;
};
5.13: ✅struct flush_tlb_info {
struct mm_struct *mm;
long unsigned int start;
long unsigned int end;
u64 new_tlb_gen;
unsigned int initiating_cpu;
u8 stride_shift;
u8 freed_tables;
};
5.15: ✅struct flush_tlb_info {
struct mm_struct *mm;
long unsigned int start;
long unsigned int end;
u64 new_tlb_gen;
unsigned int initiating_cpu;
u8 stride_shift;
u8 freed_tables;
};
5.19: ✅struct flush_tlb_info {
struct mm_struct *mm;
long unsigned int start;
long unsigned int end;
u64 new_tlb_gen;
unsigned int initiating_cpu;
u8 stride_shift;
u8 freed_tables;
};
6.2: ✅struct flush_tlb_info {
struct mm_struct *mm;
long unsigned int start;
long unsigned int end;
u64 new_tlb_gen;
unsigned int initiating_cpu;
u8 stride_shift;
u8 freed_tables;
};
6.5: ✅struct flush_tlb_info {
struct mm_struct *mm;
long unsigned int start;
long unsigned int end;
u64 new_tlb_gen;
unsigned int initiating_cpu;
u8 stride_shift;
u8 freed_tables;
};
6.8: ✅struct flush_tlb_info {
struct mm_struct *mm;
long unsigned int start;
long unsigned int end;
u64 new_tlb_gen;
unsigned int initiating_cpu;
u8 stride_shift;
u8 freed_tables;
};
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: ✅struct flush_tlb_info {
struct mm_struct *mm;
long unsigned int start;
long unsigned int end;
u64 new_tlb_gen;
unsigned int stride_shift;
bool freed_tables;
};
azure: ✅struct flush_tlb_info {
struct mm_struct *mm;
long unsigned int start;
long unsigned int end;
u64 new_tlb_gen;
unsigned int stride_shift;
bool freed_tables;
};
gcp: ✅struct flush_tlb_info {
struct mm_struct *mm;
long unsigned int start;
long unsigned int end;
u64 new_tlb_gen;
unsigned int stride_shift;
bool freed_tables;
};
lowlatency: ✅struct flush_tlb_info {
struct mm_struct *mm;
long unsigned int start;
long unsigned int end;
u64 new_tlb_gen;
unsigned int stride_shift;
bool freed_tables;
};
Regular
4.4 and 4.8 ✅
4.8 and 4.10 ✅
4.10 and 4.13 ⚠️struct mm_struct *mm
long unsigned int start
long unsigned int end
struct mm_struct *flush_mm
long unsigned int flush_start
long unsigned int flush_end
4.13 and 4.15 ⚠️u64 new_tlb_gen
4.15 and 4.18 ✅
4.18 and 5.0 ⚠️unsigned int stride_shift
bool freed_tables
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 ⚠️unsigned int initiating_cpu
unsigned int stride_shift ➡️ u8 stride_shift
bool freed_tables ➡️ u8 freed_tables
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 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅