int main(void){ __asm__ __volatile__ ( "MCR p15, 0, Rd, c7, c0, 4" );}
Hi,Replace 'Rd' with the actual destination register - R0, R1, etc.HTH.
__asm__ __volatile__ ( "MCR p15, 0, R0, c7, c0, 4" );