MCPcopy 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
91static __inline void
92mips_cp0_sync(void)
93{
94 __asm __volatile (__XSTRING(COP0_SYNC));
95}
96
97static __inline void
98mips_wbflush(void)

Callers 3

tlb_probeFunction · 0.85
tlb_readFunction · 0.85
tlb_write_indexedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected