Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ clwb
Function
clwb
freebsd/amd64/include/cpufunc.h:90–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
static __inline void
91
clwb(u_long addr)
92
{
93
94
__asm __volatile(
"clwb %0"
: :
"m"
(*(char *)addr));
95
}
96
97
static __inline void
98
clts(void)
Callers
2
pmap_flush_cache_range
Function · 0.85
pmap.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected