• 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...
  • ARMv8 Secure EL1 problem
    Hi, arm experts, We want to use ARCH32 mode in secure EL1, I see some descriptions in ARMv8 Arch Reference Manual about Secure EL1 ARCH32 mode as follows: One is the VBAR(secure), it is mapped to  VBAR_EL3...
  • 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
  • GICv3 Group0 secure interrupts routed to monitor when running in S-EL1
    Hi, In a GICv3 based system, is it possible to have the following configuration: While running NS-EL1/EL0: -NS Group1 interrupts triggered as IRQ to NS-EL1 -Secure Grp1 interrupts routed as FIQ...
  • 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...