lundi 1 octobre 2018

How to do cflush in an ARM architecture using C++ code?

asm volatile("clflush (%0)" : : "r" (addrs[a]) : "memory"); This is the C++ code for flushing cache in x86 architecture. I want to do the same in an ARM architecture. My decice specifications areenter image description here

Aucun commentaire:

Enregistrer un commentaire