Searched refs:flush_tlb_others (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | tlbflush.h | 178 * - flush_tlb_others(cpumask, info) flushes TLBs on other cpus 211 void flush_tlb_others(const struct cpumask *cpumask,
|
H A D | paravirt_types.h | 203 void (*flush_tlb_others)(const struct cpumask *cpus, member
|
H A D | paravirt.h | 74 PVOP_VCALL2(mmu.flush_tlb_others, cpumask, info); in __flush_tlb_others()
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | tlb.c | 826 void flush_tlb_others(const struct cpumask *cpumask, in flush_tlb_others() function 916 flush_tlb_others(mm_cpumask(mm), info); in flush_tlb_mm_range() 1146 flush_tlb_others(&batch->cpumask, &full_flush_tlb_info); in arch_tlbbatch_flush()
|
/kernel/linux/linux-5.10/arch/x86/hyperv/ |
H A D | mmu.c | 242 pv_ops.mmu.flush_tlb_others = hyperv_flush_tlb_others; in hyperv_setup_mmu_ops()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | paravirt.c | 337 .mmu.flush_tlb_others = native_flush_tlb_others,
|
H A D | kvm.c | 723 pv_ops.mmu.flush_tlb_others = kvm_flush_tlb_others; in kvm_guest_init()
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | mmu_pv.c | 2089 .flush_tlb_others = xen_flush_tlb_others,
|
Completed in 13 milliseconds