• How to use generic timer/counter
    The technical reference manual states that the Cortex-A57 generic timer events are not affected by CPU clock frequency change. My challenge is that I can't use any built in linux libraries to create a...
  • How to understand ARMv8 'SEVL' instruction in spin-lock?
    hi experts,          ARMv7 spin-lock use 'WFE' instruction to wait for lock release and use 'SEV' in spin-unlock to notify all cores.        but ARMv8 use 'SEVL; WFE' instructions in spin-lock, and no...
  • Cryptography instructions sample for ARMv8
    hi, experts: I found ARMv8 supported some cryptography instructions. So: Is there any sample code demonstrating how to use these crypto instructions? best wishes,
  • Purpose of EL0 EL1 ..
    Hi all, ARMV8 has number of exception levels as EL0 , EL1, EL2, EL3 .. How this is managed and what is the exact use case of the same ?
  • How Can I Synchronize the Generic Timer values in different PEs in the same Core?
    Is the timer values in CNTPCT_EL0 in each PE in the same core are synchronized? and if not how can I do so?