cacheflush (2) Linux Manual Page
cacheflush – flush contents of instruction and/or data cache Synopsis#include <asm/cachectl.h> int cacheflush(char *addr, int nbytes, int cache);Note: On some architectures, there is no glibc wrapper for this system call; see NOTES. Descriptioncacheflush() flushes the contents of the indicated cache(s) for the user addresses in the range addr to (addr+nbytes-1). cache may be one of:…
