cortex-a icon indicating copy to clipboard operation
cortex-a copied to clipboard

Low level access to Cortex-A processors

Results 4 cortex-a issues
Sort by recently updated
recently updated
newest added
trafficstars

These follow the [Arm SMC Calling Convention version 1.3](https://documentation-service.arm.com/static/6013e5faeee5236980d08619). I've somewhat arbitrarily used function parameters for the HVC32/SMC32 calls and an array of arguments for the HVC64/SMC64 versions, because they...

Hello there, I'm currently writing some EL2 code and came across some missing registers (MAIR_EL2, TTBR0_EL2, TTBR1_EL2 and TCR_EL2). It could be interesting to auto generate registers definition from the...

I have a system that's running A53 arm core in 32 bit mode. I'm interested in integrating Rust into this environment. If I understand correctly, this project currently supports only...