Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sparc/mm/
Dsrmmu.c1110 .tlb_range = hypersparc_flush_tlb_range,
1162 .tlb_range = swift_flush_tlb_range,
1360 .tlb_range = turbosparc_flush_tlb_range,
1393 .tlb_range = tsunami_flush_tlb_range,
1465 .tlb_range = viking_flush_tlb_range,
1496 .tlb_range = sun4dsmp_flush_tlb_range,
1711 xc3((smpfunc_t) local_ops->tlb_range, in smp_flush_tlb_range()
1713 local_ops->tlb_range(vma, start, end); in smp_flush_tlb_range()
1780 .tlb_range = smp_flush_tlb_range,
1800 smp_cachetlb_ops.tlb_range = local_ops->tlb_range; in load_mmu()
Dleon_mm.c339 .tlb_range = leon_flush_tlb_range,
/linux-5.19.10/arch/sparc/include/asm/
Dcachetlb_32.h17 void (*tlb_range)(struct vm_area_struct *, unsigned long, member
Dtlbflush_32.h12 sparc32_cachetlb_ops->tlb_range(vma, start, end)