Searched refs:local_flush_tlb_all (Results 1 - 25 of 54) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dtlbflush.h15 extern void local_flush_tlb_all(void);
37 #define flush_tlb_all() local_flush_tlb_all()
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dtlbflush.h13 extern void local_flush_tlb_all(void);
36 #define flush_tlb_all() local_flush_tlb_all()
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dswsusp.c37 local_flush_tlb_all();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dtlbflush_32.h10 BTFIXUPDEF_CALL(void, local_flush_tlb_all, void)
15 #define local_flush_tlb_all() BTFIXUP_CALL(local_flush_tlb_all)() macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dtlbflush.h26 extern void local_flush_tlb_all (void);
34 # define flush_tlb_all() local_flush_tlb_all()
35 # define smp_flush_tlb_cpumask(m) local_flush_tlb_all()
H A Dmmu_context.h64 extern void local_flush_tlb_all (void);
70 local_flush_tlb_all();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dtlbflush.h17 extern void local_flush_tlb_all(void);
25 #define flush_tlb_all() local_flush_tlb_all()
30 #define flush_tlb_kernel_range(start, end) local_flush_tlb_all()
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dtlbflush.h15 extern void local_flush_tlb_all(void);
25 #define flush_tlb_all() local_flush_tlb_all()
H A Dmmu_context.h52 local_flush_tlb_all(); /* start new asid cycle */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dtlbflush.h29 static inline void local_flush_tlb_all(void) function
44 #define flush_tlb_all local_flush_tlb_all
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dtlb-r3k.c43 void local_flush_tlb_all(void) function
153 local_flush_tlb_all();
257 local_flush_tlb_all();
274 local_flush_tlb_all();
281 local_flush_tlb_all();
H A Dtlb-r8k.c32 void local_flush_tlb_all(void) function
121 local_flush_tlb_all();
246 local_flush_tlb_all();
H A Dtlb-r4k.c69 void local_flush_tlb_all(void) function
197 local_flush_tlb_all();
367 local_flush_tlb_all();
456 local_flush_tlb_all();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/mm/
H A Dtlb-score.c38 void local_flush_tlb_all(void) function
153 local_flush_tlb_all();
246 local_flush_tlb_all();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dnommu.c39 void local_flush_tlb_all(void) function
H A Dtlb-pteaex.c81 void local_flush_tlb_all(void) function
H A Dtlb-sh3.c81 void local_flush_tlb_all(void) function
H A Dtlb-sh4.c84 void local_flush_tlb_all(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dtlbflush.h78 static inline void local_flush_tlb_all(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dsmp.c251 local_flush_tlb_all();
290 on_each_cpu((void (*)(void *))local_flush_tlb_all, NULL, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dleon_smp.c72 local_flush_tlb_all();
82 local_flush_tlb_all();
94 local_flush_tlb_all();
140 local_flush_tlb_all();
H A Dsun4d_smp.c100 local_flush_tlb_all();
115 local_flush_tlb_all();
120 local_flush_tlb_all();
143 local_flush_tlb_all();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/mm/
H A Dfault-nommu.c131 void local_flush_tlb_all(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Dcommon.c94 local_flush_tlb_all();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dio.c99 local_flush_tlb_all();

Completed in 115 milliseconds

123