c - Data cache invalidation in Linux? -


how can invalidate cache on linux machine running on x86 arch (if possible). gcc has this __builtin___clear_cache() built-in function invalidate instruction cache, not find way invalidate data cache.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -