Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ mips_cp0_sync
Function
mips_cp0_sync
freebsd/mips/include/cpufunc.h:91–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
static __inline void
92
mips_cp0_sync(void)
93
{
94
__asm __volatile (__XSTRING(COP0_SYNC));
95
}
96
97
static __inline void
98
mips_wbflush(void)
Callers
3
tlb_probe
Function · 0.85
tlb_read
Function · 0.85
tlb_write_indexed
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected