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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsmp.c168 static void flush_tlb_others(cpumask_t cpumask, struct mm_struct *mm, function
223 flush_tlb_others(cpu_mask, mm, FLUSH_ALL);
243 flush_tlb_others(cpu_mask, mm, FLUSH_ALL);
266 flush_tlb_others(cpu_mask, mm, va);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dsmp.c60 * For flush_tlb_others()
92 static void flush_tlb_others(cpumask_t, struct mm_struct *,
299 flush_tlb_others(cpu_mask, mm, NULL, FLUSH_ALL);
372 flush_tlb_others(cpu_mask, mm, vma, va);
378 * Name: flush_tlb_others
400 static void flush_tlb_others(cpumask_t cpumask, struct mm_struct *mm, function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dtlbflush.h82 * - flush_tlb_others(cpumask, mm, va) flushes a TLBs on other cpus
159 #define flush_tlb_others(mask, mm, va) \ macro
H A Dparavirt.h172 void (*flush_tlb_others)(const cpumask_t *cpus, struct mm_struct *mm, member in struct:paravirt_ops
722 static inline void flush_tlb_others(cpumask_t cpumask, struct mm_struct *mm, function
725 PVOP_VCALL3(flush_tlb_others, &cpumask, mm, va);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsmp.c319 flush_tlb_others(cpu_mask, mm, TLB_FLUSH_ALL);
338 flush_tlb_others(cpu_mask, mm, TLB_FLUSH_ALL);
360 flush_tlb_others(cpu_mask, mm, va);
H A Dparavirt.c304 .flush_tlb_others = native_flush_tlb_others,

Completed in 69 milliseconds