Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc/sparc/
H A Dcache.h219 #define cache_flush_page(va,ctx) cpuinfo.vcache_flush_page(va,ctx)
H A Dcpu.c626 SET_CACHE_FUNC(vcache_flush_page); in cpu_attach_non_boot()
1354 sc->vcache_flush_page = sun4_vcache_flush_page_hw; in sun4_hotfix()
2195 sc->vcache_flush_page = sc->sp_vcache_flush_page; in getcpuinfo()
/netbsd-src/sys/arch/sparc/include/
H A Dcpu.h277 void (*vcache_flush_page)(int, int); member