Home
last modified time | relevance | path

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

/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)
/arch/sparc/mm/
Dsrmmu.c1123 .cache_range = hypersparc_flush_cache_range,
1175 .cache_range = swift_flush_cache_range,
1373 .cache_range = turbosparc_flush_cache_range,
1406 .cache_range = tsunami_flush_cache_range,
1478 .cache_range = viking_flush_cache_range,
1509 .cache_range = viking_flush_cache_range,
1711 xc3((smpfunc_t) local_ops->cache_range, in smp_flush_cache_range()
1713 local_ops->cache_range(vma, start, end); in smp_flush_cache_range()
1793 .cache_range = smp_flush_cache_range,
1825 smp_cachetlb_ops.cache_range = local_ops->cache_range; in load_mmu()
Dleon_mm.c335 .cache_range = leon_flush_cache_range,