Home
last modified time | relevance | path

Searched refs:vcache_flush_segment (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/sparc/sparc/
H A Dcache.h220 #define cache_flush_segment(vr,vs,ctx) cpuinfo.vcache_flush_segment(vr,vs,ctx)
H A Dcpu.c627 SET_CACHE_FUNC(vcache_flush_segment); in cpu_attach_non_boot()
2196 sc->vcache_flush_segment = sc->sp_vcache_flush_segment; in getcpuinfo()
/netbsd-src/sys/arch/sparc/include/
H A Dcpu.h280 void (*vcache_flush_segment)(int, int, int); member