Page MenuHomeFreeBSD

arm64: Add support for emulating CTR_EL0
ClosedPublic

Authored by andrew on Nov 27 2024, 6:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 11, 12:07 PM
Unknown Object (File)
Feb 8 2025, 6:37 AM
Unknown Object (File)
Feb 3 2025, 6:10 PM
Unknown Object (File)
Feb 3 2025, 6:04 PM
Unknown Object (File)
Jan 24 2025, 11:19 PM
Unknown Object (File)
Jan 24 2025, 5:53 PM
Unknown Object (File)
Jan 24 2025, 1:02 PM
Unknown Object (File)
Jan 16 2025, 4:18 AM
Subscribers

Details

Summary

Emulate CTR_EL0 when it is either different on different cores or there
is errata affecting the core that means we need to report a different
value.

This adds the kernel part of Arm Neoverse-N1 erratum 1542419. This
depends on the firmware implementing part of the workaround. This is
safe even if the firmware is missing the workaround as it is telling
userspace to perform a stronger cache sync operation than is required,
just on a page at a time rather than a single cache-line.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 61105
Build 57989: arc lint + arc unit