MCPcopy Create free account
hub / github.com/F-Stack/f-stack / wbinvd

Function wbinvd

freebsd/i386/include/cpufunc.h:424–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424static __inline void
425wbinvd(void)
426{
427 __asm __volatile("wbinvd");
428}
429
430static __inline void
431write_eflags(u_int ef)

Callers 15

init_5x86Function · 0.50
init_6x86Function · 0.50
init_6x86MXFunction · 0.50
init_mendocinoFunction · 0.50
enable_K6_wt_allocFunction · 0.50
enable_K6_2_wt_allocFunction · 0.50
k6_mrsetFunction · 0.50
__CONCAT(PMTYPE, cold)Function · 0.50
invlcache_handlerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected