Home
last modified time | relevance | path

Searched refs:native_flush_tlb_others (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/
Dtlbflush.h116 static inline void native_flush_tlb_others(const struct cpumask *cpumask, in native_flush_tlb_others() function
145 void native_flush_tlb_others(const struct cpumask *cpumask,
166 #define flush_tlb_others(mask, mm, va) native_flush_tlb_others(mask, mm, va)
/linux-3.4.99/arch/x86/mm/
Dtlb.c205 void native_flush_tlb_others(const struct cpumask *cpumask, in native_flush_tlb_others() function
/linux-3.4.99/arch/x86/kernel/
Dparavirt.c424 .flush_tlb_others = native_flush_tlb_others,