Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ mfence
Function
mfence
freebsd/i386/include/cpufunc.h:182–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
static __inline void
183
mfence(void)
184
{
185
186
__asm __volatile(
"mfence"
: : :
"memory"
);
187
}
188
189
static __inline void
190
sfence(void)
Callers
9
pmap_force_invalidate_cache_range
Function · 0.50
__CONCAT(PMTYPE, flush_page)
Function · 0.50
tsc_get_timecount_mfence
Function · 0.50
tsc_get_timecount_low_mfence
Function · 0.50
lapic_write32
Function · 0.50
lapic_write_icr
Function · 0.50
lapic_write_icr_lo
Function · 0.50
lapic_timer_deadline
Function · 0.50
lapic_timer_stop
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected