Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dtlbflush.h72 struct tlb_state { struct
84 struct mm_struct *loaded_mm;
89 union {
94 u16 loaded_mm_asid;
95 u16 next_asid;
106 bool invalidate_other;
115 u8 lam;
123 unsigned short user_pcid_flush_mask;
152 DECLARE_PER_CPU_ALIGNED(struct tlb_state, cpu_tlbstate); argument