arm 3

[ARM] NSACR (Non-secure Access Control Register)

Cortex-A9 에서 NSACR(Non-secure Access Control Register)는 Cortex-A9의 NEON MPE와 다른 시스템(SIMD)의 기능에 대한 접근 제어를 한다. ㅇ RW register in Secure Stateㅇ RO register in Non-secure stateㅇ only accessible in privileged mode Bits Field Function [31:19] - [18]NS_SMP Determines if the SMP bit of the ACR register writable in NS mode0 = A write to ACR in NS state takes undefined Instruction exception and the SMP bit..

R&D/OS 2013.07.17

ARM register

In this chapter, we can learn ARM's basic operation with registers. On the ARM processor there are 17 registers always available in any mode and 18 registers in a privileged mode. Each mode has a set of extra registers called banked registers. When mode is changed banked registers are swapped in 예를 들어, User mode일 때 r0~r15 까지는 범용 레지스터로 사용할 수 있다. 하지만 r13, r14, r15는 특별하게 취급되기도 한다. 따라서 일반적으로 r13~r15..

R&D/OS 2013.06.27