MCPcopy 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
83static __inline void
84clflushopt(u_long addr)
85{
86
87 __asm __volatile(".byte 0x66;clflush %0" : : "m" (*(char *)addr));
88}
89
90static __inline void
91clwb(u_long addr)

Calls

no outgoing calls

Tested by

no test coverage detected