This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

In order execution

How do i force these two instruction execution in the program order?

MSR PMCR_EL0, X1
STR X0, [X2]
Can an ISB instruction, inserted between these 2 instruction help in ordering? DMB and DSB wouldnt help, i guess