MCPcopy 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
90static __inline void
91clwb(u_long addr)
92{
93
94 __asm __volatile("clwb %0" : : "m" (*(char *)addr));
95}
96
97static __inline void
98clts(void)

Callers 2

pmap_flush_cache_rangeFunction · 0.85
pmap.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected