Home
last modified time | relevance | path

Searched refs:tlb_mm (Results 1 – 4 of 4) sorted by relevance

/arch/sparc/include/asm/
Dcachetlb_32.h15 void (*tlb_mm)(struct mm_struct *); member
Dtlbflush_32.h9 sparc32_cachetlb_ops->tlb_mm(mm)
/arch/sparc/mm/
Dsrmmu.c1093 .tlb_mm = hypersparc_flush_tlb_mm,
1145 .tlb_mm = swift_flush_tlb_mm,
1343 .tlb_mm = turbosparc_flush_tlb_mm,
1376 .tlb_mm = tsunami_flush_tlb_mm,
1448 .tlb_mm = viking_flush_tlb_mm,
1479 .tlb_mm = sun4dsmp_flush_tlb_mm,
1659 xc1((smpfunc_t) local_ops->tlb_mm, (unsigned long) mm); in smp_flush_tlb_mm()
1664 local_ops->tlb_mm(mm); in smp_flush_tlb_mm()
1763 .tlb_mm = smp_flush_tlb_mm,
1784 smp_cachetlb_ops.tlb_mm = local_ops->tlb_mm; in load_mmu()
Dleon_mm.c336 .tlb_mm = leon_flush_tlb_mm,