Searched refs:flush_tlb_others (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Dtlbflush_32.h81 * - flush_tlb_others(cpumask, mm, va) flushes a TLBs on other cpus
158 #define flush_tlb_others(mask, mm, va) \ macro
H A Dparavirt.h196 void (*flush_tlb_others)(const cpumask_t *cpus, struct mm_struct *mm, member in struct:pv_mmu_ops
774 static inline void flush_tlb_others(cpumask_t cpumask, struct mm_struct *mm, function
777 PVOP_VCALL3(pv_mmu_ops.flush_tlb_others, &cpumask, mm, va);

Completed in 55 milliseconds