Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ clflushopt
Function
clflushopt
freebsd/amd64/include/cpufunc.h:83–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
static __inline void
84
clflushopt(u_long addr)
85
{
86
87
__asm __volatile(
".byte 0x66;clflush %0"
: :
"m"
(*(char *)addr));
88
}
89
90
static __inline void
91
clwb(u_long addr)
Callers
3
pmap_force_invalidate_cache_range
Function · 0.50
pmap_invalidate_cache_pages
Function · 0.50
pmap_large_map_flush_range_clflushopt
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected