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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -