__ISB() function
Instruction Synchronization Barrier Instruction Synchronization Barrier flushes the pipeline in the processor, so that all instructions following the ISB are fetched from cache or memory, after the instruction has been completed.
__ISB() is called by 4 functions:
![]()
__ISB()