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

Function wbinvd

freebsd/amd64/include/cpufunc.h:385–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385static __inline void
386wbinvd(void)
387{
388 __asm __volatile("wbinvd");
389}
390
391static __inline void
392write_rflags(u_long rf)

Callers 4

pmap_init_patFunction · 0.50
pmap_invalidate_cacheFunction · 0.50
invlcache_handlerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected