Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/mm/
Dcontext.c147 bool need_flush_tlb = false; in set_mm_asid() local
185 need_flush_tlb = true; in set_mm_asid()
196 if (need_flush_tlb) in set_mm_asid()
/linux-6.12.1/arch/x86/kvm/
Dtrace.h1657 TP_PROTO(unsigned int vcpu_id, bool need_flush_tlb),
1658 TP_ARGS(vcpu_id, need_flush_tlb),
1662 __field( bool, need_flush_tlb )
1667 __entry->need_flush_tlb = need_flush_tlb;
1671 __entry->need_flush_tlb ? "true" : "false")