Page MenuHomeFreeBSD

arm64: Add support for emulating CTR_EL0
ClosedPublic

Authored by andrew on Nov 27 2024, 6:11 PM.
Tags
None
Referenced Files
F156781299: D47814.id147849.diff
Sat, May 16, 8:11 AM
Unknown Object (File)
Thu, May 7, 12:58 PM
Unknown Object (File)
Thu, May 7, 7:55 AM
Unknown Object (File)
Wed, May 6, 9:47 AM
Unknown Object (File)
Wed, May 6, 8:11 AM
Unknown Object (File)
Wed, May 6, 4:06 AM
Unknown Object (File)
Mon, May 4, 5:22 AM
Unknown Object (File)
Wed, Apr 29, 10:29 PM
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 Not Applicable
Unit
Tests Not Applicable