Some of the Cortex-A8 registers like CP15 registers (CRn:C15) are writeable only in secure mode. How to write these registers when the CPU is in Non-Secure mode?Please let me know if there is any reference example code on this.The Cortex-A8 manual mentions about the SMC requests but don't understand how to implement that in the assembly code.