Jump to content

Enforce In-order Execution of I/O

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Spacexplosion (talk | contribs) at 20:11, 25 May 2010 (Moved content out of EIEIO disambiguation). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Template:New unreviewed article

Enforce In-Order Execution of I/O is an assembly language instruction used on the PowerPC computer processor used to prevent one memory or I/O operation from starting until the previous memory or I/O operation completed. This instruction is needed as I/O controllers on the system bus require that accesses follow a particular order, while the CPU reorders accesses to optimize memory bandwidth usage. [1]

References