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

Why linux set memory as inner shareable in multi-cluster ARMv8 cores?

Hi, 

I have board with two clusters, one has 4*A57 cores, and the other has 4*A53 cores.

The A57 cluster has its own L1 and L2 cache, A53 cluster also has its own L1 and L2 cache. Between the clusters there is a CCI.

There is no L3 cache. So the memory will be the L3.

My question is,  in this situation why linux set memory as inner shareable? (Also I can not find any outer shareable definition in all of the linux codes.)

In my opinion, when you want to make data coherency between clusters, you must set it as outer shareable.

Am I right? Hope to get your help.

BR

Thomas

Parents Reply Children