Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
293
static __inline void
294
mfence(void)
295
{
296
297
__asm __volatile(
"mfence"
: : :
"memory"
);
298
}
299
300
static __inline void
301
sfence(void)
Callers
4
pmap_force_invalidate_cache_range
Function · 0.50
pmap_invalidate_cache_pages
Function · 0.50
pmap_activate_sw
Function · 0.50
pmap_large_map_wb_fence_mfence
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected