Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc/sparc/
H A Dcpuvar.h75 void (*sp_vcache_flush_segment)(int, int, int); member
H A Dcache.c809 FXCALL3(cpuinfo.sp_vcache_flush_segment, in srmmu_cache_flush()
1054 FXCALL3(cpuinfo.sp_vcache_flush_segment, cpuinfo.ft_vcache_flush_segment, in smp_vcache_flush_segment()
H A Dcpu.c1186 sc->sp_vcache_flush_segment = noop_vcache_flush_segment; in getcacheinfo_sun4()
1743 sc->sp_vcache_flush_segment = 0; in cpumatch_turbosparc()
2175 MPCOPY(sp_vcache_flush_segment); in getcpuinfo()
2196 sc->vcache_flush_segment = sc->sp_vcache_flush_segment; in getcpuinfo()
/netbsd-src/sys/arch/sparc/include/
H A Dcpu.h281 void (*sp_vcache_flush_segment)(int, int, int); member