MOSI protocol

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found. The MOSI protocol is an extension of the basic MSI cache coherency protocol. It adds the Owned state, which indicates that the current processor owns this block, and will service requests from other processors for the block.

For any given pair of caches, the permitted states of a given cache line are as follows:

 M   O   S   I 
 M  Red XN Red XN Red XN Green tickY
 O  Red XN Red XN Green tickY Green tickY
 S  Red XN Green tickY Green tickY Green tickY
 I  Green tickY Green tickY Green tickY Green tickY

See also


<templatestyles src="Asbox/styles.css"></templatestyles>