Page MenuHomeFreeBSD

Fix possible coherency issues between PEs related to I-cache
ClosedPublic

Authored by wma_semihalf.com on Jul 16 2015, 5:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 10:12 AM
Unknown Object (File)
Sat, Apr 27, 10:12 AM
Unknown Object (File)
Sat, Apr 27, 9:15 AM
Unknown Object (File)
Sat, Apr 27, 7:43 AM
Unknown Object (File)
Fri, Apr 26, 6:38 AM
Unknown Object (File)
Fri, Apr 26, 6:24 AM
Unknown Object (File)
Dec 23 2023, 6:41 AM
Unknown Object (File)
Dec 20 2023, 12:15 AM

Details

Summary
Basing on B.2.3.4:
Synchronization and coherency issues between data and
instruction accesses.

To ensure that modified instructions are visible to all PEs
in a shareability domain one need to perform following sequence:
1. Clean D-cache
2. Ensure the visibility of data cleaned from cache
3. Invalidate I-cache
4. Ensure completion
5. In SMP system PE must issue isb to ensure execution of the
   modified instructions

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

wma_semihalf.com retitled this revision from to Fix possible coherency issues between PEs related to I-cache.
wma_semihalf.com updated this object.
wma_semihalf.com edited the test plan for this revision. (Show Details)
wma_semihalf.com added reviewers: andrew, emaste, zbb.
wma_semihalf.com set the repository for this revision to rS FreeBSD src repository - subversion.
wma_semihalf.com added a subscriber: freebsd-arm-list.
andrew edited edge metadata.
This revision is now accepted and ready to land.Jul 17 2015, 9:32 AM
This revision was automatically updated to reflect the committed changes.