Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
385
static __inline void
386
wbinvd(void)
387
{
388
__asm __volatile(
"wbinvd"
);
389
}
390
391
static __inline void
392
write_rflags(u_long rf)
Callers
4
pmap_init_pat
Function · 0.50
pmap_invalidate_cache_curcpu_cb
Function · 0.50
pmap_invalidate_cache
Function · 0.50
invlcache_handler
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected