Home
last modified time | relevance | path

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

/linux-2.6.39/arch/ia64/include/asm/
Dtlbflush.h30 extern void smp_flush_tlb_mm (struct mm_struct *mm);
63 smp_flush_tlb_mm(mm); in flush_tlb_mm()
/linux-2.6.39/arch/m32r/include/asm/
Dtlbflush.h39 extern void smp_flush_tlb_mm(struct mm_struct *);
45 #define flush_tlb_mm(mm) smp_flush_tlb_mm(mm)
/linux-2.6.39/arch/sparc/include/asm/
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)
Dtlbflush_32.h31 extern void smp_flush_tlb_mm(struct mm_struct *mm);
/linux-2.6.39/arch/m32r/kernel/
Dsmp.c73 void smp_flush_tlb_mm(struct mm_struct *);
258 void smp_flush_tlb_mm(struct mm_struct *mm) in smp_flush_tlb_mm() function
307 smp_flush_tlb_mm(vma->vm_mm); in smp_flush_tlb_range()
/linux-2.6.39/arch/ia64/kernel/
Dsmp.c294 smp_flush_tlb_mm (struct mm_struct *mm) in smp_flush_tlb_mm() function
/linux-2.6.39/arch/sparc/kernel/
Dsmp_32.c162 void smp_flush_tlb_mm(struct mm_struct *mm) in smp_flush_tlb_mm() function
Dsmp_64.c1053 void smp_flush_tlb_mm(struct mm_struct *mm) in smp_flush_tlb_mm() function
/linux-2.6.39/arch/sparc/mm/
Dsrmmu.c2305 BTFIXUPSET_CALL(flush_tlb_mm, smp_flush_tlb_mm, BTFIXUPCALL_NORM); in ld_mmu_srmmu()