MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mfence

Function mfence

freebsd/amd64/include/cpufunc.h:293–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293static __inline void
294mfence(void)
295{
296
297 __asm __volatile("mfence" : : : "memory");
298}
299
300static __inline void
301sfence(void)

Callers 4

pmap_activate_swFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected