Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc/sparc/
H A Dcache.h230 #define cache_flush_segment(vr,vs,ctx) cpuinfo.vcache_flush_segment(vr,vs,ctx)
H A Dcpuvar.h230 void (*vcache_flush_segment)(int, int, int); member
H A Dcpu.c546 SET_CACHE_FUNC(vcache_flush_segment); in cpu_attach_non_boot()
2143 sc->vcache_flush_segment = sc->sp_vcache_flush_segment; in getcpuinfo()