Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ lfence
Function
lfence
freebsd/i386/include/cpufunc.h:175–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
}
174
175
static __inline void
176
lfence(void)
177
{
178
179
__asm __volatile(
"lfence"
: : :
"memory"
);
180
}
181
182
static __inline void
183
mfence(void)
Callers
3
tsc_get_timecount_lfence
Function · 0.50
tsc_get_timecount_low_lfence
Function · 0.50
lapic_write32
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected