The OSSynchronizeIO routine ensures orderly load and store operations to noncached memory mapped I/O devices.
SDK
- macOS 10.0+
Framework
- Kernel
Declaration
void OSSynchronizeIO(void);
Discussion
The OSSynchronizeIO routine ensures orderly load and store operations to noncached memory mapped I/O devices. It executes the eieio instruction on PowerPC processors.