Searched refs:vcache_flush_page (Results 1 – 3 of 3) sorted by relevance
219 #define cache_flush_page(va,ctx) cpuinfo.vcache_flush_page(va,ctx)
626 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()
277 void (*vcache_flush_page)(int, int); member