• 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...
  • How to create jump-tables in Armv8 Arm32 assembly language?
    I've been learning Arm32 assembly on my Raspberry Pi recently and all is going well but I would like to create a jump table and have no idea how. The bl (branch and link) instruction needs an address...
  • which register are dedicated for each MPCore in ARMv8-A architecture?
    Hi Expert, I'm a beginner to ARMv8-A architecture MPcore and now studying A35 MPCore processor documents for low-level software developing. One question, when I read DDI0487C_a_armv8_arm and DEN0024A_v8_architecture_PG...
  • why there are 4 cores per cluster in ARMV8 architecture
    Hi experts, I want to knows why there are 4 core cores per cluster in ARM big.Littte architecture? Is it possiable if we make more cores per cluster? if not, what is the limitation?
  • Programming for Aarch64
    Hello, I've been reading some of the documentation for Aarch64 and have a couple of questions about programming. The architecture reference manual contains plenty of up to date information but it's not...