Home
last modified time | relevance | path

Searched refs:need_flush_tlb (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/riscv/mm/
H A Dcontext.c148 bool need_flush_tlb = false; in set_mm_asid() local
186 need_flush_tlb = true; in set_mm_asid()
197 if (need_flush_tlb) in set_mm_asid()
/openbmc/linux/arch/x86/kvm/
H A Dtrace.h1648 TP_PROTO(unsigned int vcpu_id, bool need_flush_tlb),
1649 TP_ARGS(vcpu_id, need_flush_tlb),
1653 __field( bool, need_flush_tlb )
1658 __entry->need_flush_tlb = need_flush_tlb;
1662 __entry->need_flush_tlb ? "true" : "false")