Hello,
I'm using Cortex-A53. How can I know the size of L1 ?
According to: "Programmer's Guide for ARMv8-A" : https://developer.arm.com/documentation/den0024/a/Caches/Cache-terminology/Set-associative-caches-and-ways
Commonly, there are two or four ways for an L1 Data cache. The Cortex-A57 has a 3-way L1 Instruction cache. It is common for an L2 cache to have 16 ways.
How can I know the exact structure of the L1 I have ?
Same question for the structure of the ALU.
Thank you,
Zvika
The instruction to do so is given in the documentation (scroll near the end of each page).