Lines Matching refs:effect
350 to have any effect on loads.
370 only; it is not required to have any effect on stores, independent loads
404 have any effect on stores.
490 any direct effect on another CPU or any other hardware in the system. The
491 indirect effect will be the order in which the second CPU sees the effects
605 This will not have the desired effect because there is no actual data
1196 LOAD with immediate effect : : +-------+
1533 This effect could also be achieved using barrier(), but READ_ONCE()
1622 WRITE_ONCE() are implemented as volatile casts, which has no effect when
1625 Please note that these compiler barriers have no direct effect on the CPU,
2576 [*] Some instructions have more than one effect - such as changing the
2581 ultimate effect. For example, if two adjacent instructions both load an
2815 may, in effect, overtake accesses to cached memory that were emitted earlier.
2923 assumed that the effect of the storage of V to *A is lost. Similarly: