WIMG (computing)
WIMG is an acronym that describes that memory/cache attributes for PowerPC/Power ISA. Each letter of WIMG represents a one bit access attribute, specifically: Write-Through Access, Cache-Inhibited Access, Memory Coherence, and Guarded.
Write-Through Access (W)
When set to 1, indicates a Write-Through Access. When set to 0 indicates access to address that is non-Write Through.Cache-Inhibited Access (I)
When set to 1, indicates a Cache-Inhibited Access. When set to 0 indicates access to address that is cacheable. External caches such as look-aside and directory protocols use this bit to determine their actions.The value of the I bit must be same for all accesses by processors to a given address carried by the Ax field.1 However, an I/O or peripheral may access with I bit set to 1 an address that is being accessed by processors with I bit set to 0. Such aliasing of the I bit is not considered an error. The combination W=I=1 is not supported.