• Cortex-A53 L2 cache invalidation
    Is it possible to invalidate by software the L2 cache in Cortex-A53? My code is currently too small to produce cache misses in the L2 cache so that I would like to simulate L2 cache misses by invalidating...
  • Cortex-A53 L2 cache invalidation
    Is it possible to invalidate by software the L2 cache in Cortex-A53? My code is currently too small to produce cache misses in the L2 cache so that I would like to simulate L2 cache misses by invalidating...
  • ARM Cortex A8 L2 Cache Flush Invalidate
    Hi, I am working on DM37xevm platform and already invalidate the L2 cache (256KB) using the code asm volatile moveq r12, #0x1");                                                  asm volatile ("smc #1...
  • ARM Cortex A8 L2 Cache Flush Invalidate
    Hi, I am working on DM37xevm platform and already invalidate the L2 cache (256KB) using the code asm volatile moveq r12, #0x1");                                                  asm volatile ("smc #1...
  • How to do cache invalid on Cortex-A53?
    hi,      I'm studying Cortex-A53 cache process. I run the following cache invalid program, but the result is cache not invalid.      Could you give me any suggestion about cache invalid? Thanks!     ...