Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sparc/mm/
Dsrmmu.c1124 .cache_range = hypersparc_flush_cache_range,
1176 .cache_range = swift_flush_cache_range,
1374 .cache_range = turbosparc_flush_cache_range,
1407 .cache_range = tsunami_flush_cache_range,
1479 .cache_range = viking_flush_cache_range,
1510 .cache_range = viking_flush_cache_range,
1712 xc3((smpfunc_t) local_ops->cache_range, in smp_flush_cache_range()
1714 local_ops->cache_range(vma, start, end); in smp_flush_cache_range()
1794 .cache_range = smp_flush_cache_range,
1826 smp_cachetlb_ops.cache_range = local_ops->cache_range; in load_mmu()
Dleon_mm.c335 .cache_range = leon_flush_cache_range,
/Linux-v5.4/arch/sparc/include/asm/
Dcachetlb_32.h11 void (*cache_range)(struct vm_area_struct *, unsigned long, member
Dcacheflush_32.h14 sparc32_cachetlb_ops->cache_range(vma, start, end)