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.
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
Post a Comment