flush_tlb_others  393 arch/x86/kernel/paravirt.c 	.flush_tlb_others = native_flush_tlb_others,
flush_tlb_others  183 arch/x86/kernel/tlb_32.c 		flush_tlb_others(cpu_mask, mm, TLB_FLUSH_ALL);
flush_tlb_others  202 arch/x86/kernel/tlb_32.c 		flush_tlb_others(cpu_mask, mm, TLB_FLUSH_ALL);
flush_tlb_others  224 arch/x86/kernel/tlb_32.c 		flush_tlb_others(cpu_mask, mm, va);
flush_tlb_others  221 arch/x86/kernel/tlb_64.c 		flush_tlb_others(cpu_mask, mm, TLB_FLUSH_ALL);
flush_tlb_others  240 arch/x86/kernel/tlb_64.c 		flush_tlb_others(cpu_mask, mm, TLB_FLUSH_ALL);
flush_tlb_others  262 arch/x86/kernel/tlb_64.c 		flush_tlb_others(cpu_mask, mm, va);
flush_tlb_others 1284 arch/x86/xen/enlighten.c 	.flush_tlb_others = xen_flush_tlb_others,
flush_tlb_others  247 include/asm-x86/paravirt.h 	void (*flush_tlb_others)(const cpumask_t *cpus, struct mm_struct *mm,
flush_tlb_others  990 include/asm-x86/paravirt.h 	PVOP_VCALL3(pv_mmu_ops.flush_tlb_others, &cpumask, mm, va);