MCPcopy Create free account
hub / github.com/F-Stack/f-stack / clflush

Function clflush

freebsd/amd64/include/cpufunc.h:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74#define bsrq(mask) (__builtin_clzl(mask) ^ 0x3f)
75
76static __inline void
77clflush(u_long addr)
78{
79
80 __asm __volatile("clflush %0" : : "m" (*(char *)addr));
81}
82
83static __inline void
84clflushopt(u_long addr)

Calls

no outgoing calls

Tested by

no test coverage detected