Searched refs:smp_flush_tlb_mm (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dtlbflush.h30 extern void smp_flush_tlb_mm (struct mm_struct *mm);
63 smp_flush_tlb_mm(mm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dtlbflush.h39 extern void smp_flush_tlb_mm(struct mm_struct *);
45 #define flush_tlb_mm(mm) smp_flush_tlb_mm(mm)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dtlb_64.h71 extern void smp_flush_tlb_mm(struct mm_struct *mm);
72 #define do_flush_tlb_mm(mm) smp_flush_tlb_mm(mm)
H A Dtlbflush_32.h21 extern void smp_flush_tlb_mm(struct mm_struct *mm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dsmp.c73 void smp_flush_tlb_mm(struct mm_struct *);
243 * Name: smp_flush_tlb_mm
258 void smp_flush_tlb_mm(struct mm_struct *mm) function
307 smp_flush_tlb_mm(vma->vm_mm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dsmp.c294 smp_flush_tlb_mm (struct mm_struct *mm) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsmp_32.c158 void smp_flush_tlb_mm(struct mm_struct *mm) function
H A Dsmp_64.c1054 void smp_flush_tlb_mm(struct mm_struct *mm) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dsrmmu.c2196 BTFIXUPSET_CALL(flush_tlb_mm, smp_flush_tlb_mm, BTFIXUPCALL_NORM);

Completed in 146 milliseconds