Home
last modified time | relevance | path

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

/linux/arch/sparc/mm/
H A Dsrmmu.c1100 .tlb_range = hypersparc_flush_tlb_range,
1152 .tlb_range = swift_flush_tlb_range,
1350 .tlb_range = turbosparc_flush_tlb_range,
1383 .tlb_range = tsunami_flush_tlb_range,
1455 .tlb_range = viking_flush_tlb_range,
1486 .tlb_range = sun4dsmp_flush_tlb_range,
1694 xc3(local_ops->tlb_range, (unsigned long)vma, start, in smp_flush_tlb_range()
1696 local_ops->tlb_range(vma, start, end); in smp_flush_tlb_range()
1751 .tlb_range = smp_flush_tlb_range,
1771 smp_cachetlb_ops.tlb_range = local_ops->tlb_range; in load_mmu()
H A Dleon_mm.c333 .tlb_range = leon_flush_tlb_range,
/linux/arch/sparc/include/asm/
H A Dcachetlb_32.h17 void (*tlb_range)(struct vm_area_struct *, unsigned long, member
H A Dtlbflush_32.h12 sparc32_cachetlb_ops->tlb_range(vma, start, end)