MCPcopy 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
182static __inline void
183mfence(void)
184{
185
186 __asm __volatile("mfence" : : : "memory");
187}
188
189static __inline void
190sfence(void)

Callers 9

tsc_get_timecount_mfenceFunction · 0.50
lapic_write32Function · 0.50
lapic_write_icrFunction · 0.50
lapic_write_icr_loFunction · 0.50
lapic_timer_deadlineFunction · 0.50
lapic_timer_stopFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected