• Reason Behind EL2 in non-secured state ARMv8
    Hi Experts, What is the reason behind allowing EL2 only in non-secured state in ARMv8 ? Regards, Techguyz
  • How to deice debug target exception level of watchpoint on ARMv8 architecture
    Hello, everyone I'm new to this community. I'd like to ask many questions and want to help someone. Now I have some difficulties in understanding aarch64's watchpoint exception handling scheme. I found...
  • How to do from Secure(EL3) to Non-secure Exception level transition in ARMV8-A ?
    Hi all i trying do transition from EL3 to EL2 exception ,but after ERET of EL3 mode it change the mode to EL2 , but as soon as when it will execute first instruction of EL2 , then It goes to Exception...
  • How to trap Guest data aborts
    Hi, I am trying to understand if Guest OS data abort happens due to accessing some memory (e.g GIC distributor space) then is there any way I can route it to EL2 mode ? I looked into HCR_EL2 register...
  • EL1 behavior when MMU is off
    Hi, I am facing issues with EL1 Guest OS.  I have enabled EL2 stage 2 page tables and set up all the virtualization registers {HCR_EL2, VTCR_EL2 and VTTBR_EL2 etc.} I am mapping my Guest OS memory to...