MCPcopy 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
175static __inline void
176lfence(void)
177{
178
179 __asm __volatile("lfence" : : : "memory");
180}
181
182static __inline void
183mfence(void)

Callers 3

tsc_get_timecount_lfenceFunction · 0.50
lapic_write32Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected