Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.

We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.

Thank you for your understanding.


This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Cortex a15 disable non-blocking cache

Hi, I'm working on ARM Cortex-A15.

Is possible to disable the non-blocking cache behavior?

Is possible to set the in-order execution?

Thanks in advance for the help.

Regards Paolo.

Parents Reply Children
  • Hi, thanks for the answer.
    I'm working on a hypervisor open-source, and I try to implement cache coloring technique for partitioning the cache to different guests. This to ensure time prediction for real-time application. But, with not blocking cache the interference are related to the limited number of MSHR registers (how show in this paper ittc.ku.edu/.../taming-rtas2016-camera.pdf).
    Can be possible intercept some interrupt to block the CPU via software to emulate a blocking cache behavior?