void SynchronizeIO (void)
The SynchronizeIO routine performs the necessary operations to ensure orderly code execution between accesses to noncached devices.
Failure to use SynchronizeIO between I/O accesses can misorder load and store operations, with unpredictable results for program execution.