Home
last modified time | relevance | path

Searched defs:tlb_state (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/arch/x86/include/asm/
Dtlbflush.h67 struct tlb_state { struct
79 struct mm_struct *loaded_mm;
84 union {
89 u16 loaded_mm_asid;
90 u16 next_asid;
107 bool is_lazy;
118 bool invalidate_other;
125 unsigned short user_pcid_flush_mask;
154 DECLARE_PER_CPU_SHARED_ALIGNED(struct tlb_state, cpu_tlbstate); argument