Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dtlbflush.h156 struct tlb_state { struct
168 struct mm_struct *loaded_mm;
173 union {
178 u16 loaded_mm_asid;
179 u16 next_asid;
196 bool is_lazy;
207 bool invalidate_other;
214 unsigned short user_pcid_flush_mask;
243 DECLARE_PER_CPU_SHARED_ALIGNED(struct tlb_state, cpu_tlbstate); argument