Searched refs:need_flush_tlb (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/mm/ |
H A D | context.c | 148 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()
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | trace.h | 1496 TP_PROTO(unsigned int vcpu_id, bool need_flush_tlb), 1497 TP_ARGS(vcpu_id, need_flush_tlb), 1501 __field( bool, need_flush_tlb ) 1506 __entry->need_flush_tlb = need_flush_tlb; 1509 TP_printk("vcpu %u need_flush_tlb %s", __entry->vcpu_id, 1510 __entry->need_flush_tlb ? "true" : "false")
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | trace.h | 1648 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; 1661 TP_printk("vcpu %u need_flush_tlb %s", __entry->vcpu_id, 1662 __entry->need_flush_tlb ? "true" : "false")
|
Completed in 3 milliseconds