tlb_state
Regular
4.4
: ✅struct tlb_state {
struct mm_struct *active_mm;
int state;
long unsigned int cr4;
};
4.8
: ✅struct tlb_state {
struct mm_struct *active_mm;
int state;
long unsigned int cr4;
};
4.10
: ✅struct tlb_state {
struct mm_struct *active_mm;
int state;
long unsigned int cr4;
};
4.13
: ✅struct tlb_state {
struct mm_struct *loaded_mm;
int state;
long unsigned int cr4;
};
4.15
: ✅struct tlb_state {
struct mm_struct *loaded_mm;
u16 loaded_mm_asid;
u16 next_asid;
u64 last_ctx_id;
bool is_lazy;
bool invalidate_other;
short unsigned int user_pcid_flush_mask;
long unsigned int cr4;
struct tlb_context ctxs[6];
};
4.18
: ✅struct tlb_state {
struct mm_struct *loaded_mm;
u16 loaded_mm_asid;
u16 next_asid;
u64 last_ctx_id;
bool is_lazy;
bool invalidate_other;
short unsigned int user_pcid_flush_mask;
long unsigned int cr4;
struct tlb_context ctxs[6];
};
5.0
: ✅struct tlb_state {
struct mm_struct *loaded_mm;
struct mm_struct *last_user_mm;
long unsigned int last_user_mm_ibpb;
u16 loaded_mm_asid;
u16 next_asid;
bool is_lazy;
bool invalidate_other;
short unsigned int user_pcid_flush_mask;
long unsigned int cr4;
struct tlb_context ctxs[6];
};
5.3
: ✅struct tlb_state {
struct mm_struct *loaded_mm;
struct mm_struct *last_user_mm;
long unsigned int last_user_mm_ibpb;
u16 loaded_mm_asid;
u16 next_asid;
bool is_lazy;
bool invalidate_other;
short unsigned int user_pcid_flush_mask;
long unsigned int cr4;
struct tlb_context ctxs[6];
};
5.4
: ✅struct tlb_state {
struct mm_struct *loaded_mm;
struct mm_struct *last_user_mm;
long unsigned int last_user_mm_ibpb;
u16 loaded_mm_asid;
u16 next_asid;
bool is_lazy;
bool invalidate_other;
short unsigned int user_pcid_flush_mask;
long unsigned int cr4;
struct tlb_context ctxs[6];
};
5.8
: ✅struct tlb_state {
struct mm_struct *loaded_mm;
struct mm_struct *last_user_mm;
long unsigned int last_user_mm_ibpb;
u16 loaded_mm_asid;
u16 next_asid;
bool is_lazy;
bool invalidate_other;
short unsigned int user_pcid_flush_mask;
long unsigned int cr4;
struct tlb_context ctxs[6];
};
5.11
: ✅struct tlb_state {
struct mm_struct *loaded_mm;
struct mm_struct *last_user_mm;
long unsigned int last_user_mm_ibpb;
u16 loaded_mm_asid;
u16 next_asid;
bool is_lazy;
bool invalidate_other;
short unsigned int user_pcid_flush_mask;
long unsigned int cr4;
struct tlb_context ctxs[6];
};
5.13
: ✅struct tlb_state {
struct mm_struct *loaded_mm;
struct mm_struct *last_user_mm;
long unsigned int last_user_mm_ibpb;
u16 loaded_mm_asid;
u16 next_asid;
bool invalidate_other;
short unsigned int user_pcid_flush_mask;
long unsigned int cr4;
struct tlb_context ctxs[6];
};
5.15
: ✅struct tlb_state {
struct mm_struct *loaded_mm;
struct mm_struct *last_user_mm;
long unsigned int last_user_mm_spec;
u16 loaded_mm_asid;
u16 next_asid;
bool invalidate_other;
short unsigned int user_pcid_flush_mask;
long unsigned int cr4;
struct tlb_context ctxs[6];
};
5.19
: ✅struct tlb_state {
struct mm_struct *loaded_mm;
struct mm_struct *last_user_mm;
long unsigned int last_user_mm_spec;
u16 loaded_mm_asid;
u16 next_asid;
bool invalidate_other;
short unsigned int user_pcid_flush_mask;
long unsigned int cr4;
struct tlb_context ctxs[6];
};
6.2
: ✅struct tlb_state {
struct mm_struct *loaded_mm;
struct mm_struct *last_user_mm;
long unsigned int last_user_mm_spec;
u16 loaded_mm_asid;
u16 next_asid;
bool invalidate_other;
short unsigned int user_pcid_flush_mask;
long unsigned int cr4;
struct tlb_context ctxs[6];
};
6.5
: ✅struct tlb_state {
struct mm_struct *loaded_mm;
struct mm_struct *last_user_mm;
long unsigned int last_user_mm_spec;
u16 loaded_mm_asid;
u16 next_asid;
bool invalidate_other;
u8 lam;
short unsigned int user_pcid_flush_mask;
long unsigned int cr4;
struct tlb_context ctxs[6];
};
6.8
: ✅struct tlb_state {
struct mm_struct *loaded_mm;
struct mm_struct *last_user_mm;
long unsigned int last_user_mm_spec;
u16 loaded_mm_asid;
u16 next_asid;
bool invalidate_other;
u8 lam;
short unsigned int user_pcid_flush_mask;
long unsigned int cr4;
struct tlb_context ctxs[6];
};
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: ✅struct tlb_state {
struct mm_struct *loaded_mm;
struct mm_struct *last_user_mm;
long unsigned int last_user_mm_ibpb;
u16 loaded_mm_asid;
u16 next_asid;
bool is_lazy;
bool invalidate_other;
short unsigned int user_pcid_flush_mask;
long unsigned int cr4;
struct tlb_context ctxs[6];
};
azure
: ✅struct tlb_state {
struct mm_struct *loaded_mm;
struct mm_struct *last_user_mm;
long unsigned int last_user_mm_ibpb;
u16 loaded_mm_asid;
u16 next_asid;
bool is_lazy;
bool invalidate_other;
short unsigned int user_pcid_flush_mask;
long unsigned int cr4;
struct tlb_context ctxs[6];
};
gcp
: ✅struct tlb_state {
struct mm_struct *loaded_mm;
struct mm_struct *last_user_mm;
long unsigned int last_user_mm_ibpb;
u16 loaded_mm_asid;
u16 next_asid;
bool is_lazy;
bool invalidate_other;
short unsigned int user_pcid_flush_mask;
long unsigned int cr4;
struct tlb_context ctxs[6];
};
lowlatency
: ✅struct tlb_state {
struct mm_struct *loaded_mm;
struct mm_struct *last_user_mm;
long unsigned int last_user_mm_ibpb;
u16 loaded_mm_asid;
u16 next_asid;
bool is_lazy;
bool invalidate_other;
short unsigned int user_pcid_flush_mask;
long unsigned int cr4;
struct tlb_context ctxs[6];
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
⚠️struct mm_struct *loaded_mm
struct mm_struct *active_mm
4.13
and 4.15
⚠️u16 loaded_mm_asid
u16 next_asid
u64 last_ctx_id
bool is_lazy
bool invalidate_other
short unsigned int user_pcid_flush_mask
struct tlb_context ctxs[6]
int state
4.15
and 4.18
✅
4.18
and 5.0
⚠️struct mm_struct *last_user_mm
long unsigned int last_user_mm_ibpb
u64 last_ctx_id
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
⚠️bool is_lazy
5.13
and 5.15
⚠️long unsigned int last_user_mm_spec
long unsigned int last_user_mm_ibpb
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
⚠️u8 lam
6.5
and 6.8
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅