Changes between Version 17 and Version 18 of AtomicOperations


Ignore:
Timestamp:
Dec 8, 2015, 1:31:00 PM (8 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AtomicOperations

    v17 v18  
    1717As the atomic access can be used to implement spin-locks, the address must be cacheable in order to benefit from the general coherence protocol, and avoid unnecessary transactions on the interconnection network.
    1818
    19 === 2.1 General principle ===
     19=== 2.1 General Principle ===
    2020
    2121From a conceptual point of view, the atomicity is handled on the memory controller side, that is actually the L2 cache controller in the TSAR architecture. Each L2 cache controller contains a list of all pending LL/SC atomic operations in an associative ''reservation table'', that contains 32 entries.
     
    9898== 3.  CAS operation ==
    9999
    100 === 3.1 general principle ===
     100=== 3.1 General Principle ===
    101101
    102102The semantic of the '''CAS(X,D_old,D_new)''' VCI transaction (three arguments in the VCI command) is the following: