• TLB Conflict abort
    Hi All, I want to check TLB Conflict abort. How can I create an address which matches multiple entries in the TLB as ARMv8 spec mentioned. ARMv8 spec: "An address can hit multiple entries in...
  • Juno r2 L2 and TLB cache
    Hey guys, I need your help because I have to count the number of L2 instruction access, miss and hits. But in the data-sheet I did not find the events that I have to count. I found it in the ARM V8...
  • How to understand Device-nGRE?
    Hi, experts, Re-Orderingis a new attribute in ARMv8. Can you explain Device-nGRE, and How to distinguish Device-nGRE and Device-nGnRE? Thanks.
  • Some questions about the SMMU of JUNO SoC
    JUNO SoC provides additional support for virtualization except Cortex-A57/A53 as follows: The CoreLink GIC-400. Stage 2 page table translation for masters, that the following provide: A CoreLink MMU-401...
  • How to temporarily disable MMU in EL3?
    I am using Trusted Firmware provided by Linaro on Juno Board R1. Now I want to disable MMU in EL3 and do some custom jobs, and then enable MMU again. As I don't want to disturb other codes in EL3, I guess...