Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/mm/
Dsrmmu.c1116 .cache_range = hypersparc_flush_cache_range,
1168 .cache_range = swift_flush_cache_range,
1366 .cache_range = turbosparc_flush_cache_range,
1399 .cache_range = tsunami_flush_cache_range,
1471 .cache_range = viking_flush_cache_range,
1502 .cache_range = viking_flush_cache_range,
1704 xc3((smpfunc_t) local_ops->cache_range, in smp_flush_cache_range()
1706 local_ops->cache_range(vma, start, end); in smp_flush_cache_range()
1786 .cache_range = smp_flush_cache_range,
1818 smp_cachetlb_ops.cache_range = local_ops->cache_range; in load_mmu()
Dleon_mm.c335 .cache_range = leon_flush_cache_range,
/Linux-v4.19/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)