• ARMv8 EL1 MMU
    Hi,     I am working on bootloader porting to ARM v8 platform. I am facing a problem in enabling MMU in execution level-1 EL1. I am not able to set sctlr_el1.M bit when ever i try to set this bit the...
  • ARMv8 mmu problem
    Hi ARM experts, I have a problem in using armv8 mmu in bare-metal system: When using the 4KB translation granule, level 1 table which use D_Block convert VA to 1GB region PA. In Armv8 ARM page D4-1744...
  • how to understand ARMv8 exception level1 secure/non-secure MMU?
    Hi Experts ,      ARMv8 MMU TTBRn_ELx registers are banked by exception level.      In "DDI0487A_b_armv8_arm.pdf" page 1640, the controlling register of secure EL1&0 stage1 is TTBR0_EL1      and Non-secure...
  • What is meaning of Logical MMU ?
    Hi I have read in one of the ARM document for TrustZone that Within a TrustZone processor the hardware provides two virtual MMUs, one for each virtual processor. This enables each world to have a...
  • ARMv8 AArch64: trapping hardware breakpoint to EL2
    Hi everyone! I want to set and then trap EL1 hardware breakpoints to EL2. I didn't perfectly understand if such an action is possible at all. In some places the documentation said that MDCR_EL2.TDE...