Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/include/asm/
Dtlb_64.h16 extern void smp_flush_tlb_mm(struct mm_struct *mm);
17 #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-3.4.99/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-3.4.99/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-3.4.99/arch/m32r/kernel/
Dsmp.c246 void smp_flush_tlb_mm(struct mm_struct *mm) in smp_flush_tlb_mm() function
295 smp_flush_tlb_mm(vma->vm_mm); in smp_flush_tlb_range()
/linux-3.4.99/arch/ia64/kernel/
Dsmp.c293 smp_flush_tlb_mm (struct mm_struct *mm) in smp_flush_tlb_mm() function
/linux-3.4.99/arch/sparc/kernel/
Dsmp_32.c206 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-3.4.99/arch/sparc/mm/
Dsrmmu.c2305 BTFIXUPSET_CALL(flush_tlb_mm, smp_flush_tlb_mm, BTFIXUPCALL_NORM); in ld_mmu_srmmu()