Page MenuHomeFreeBSD

arm64: fix ID_AA64ISAR2_WFxT_IMPL value
ClosedPublic

Authored by harry.moulton_arm.com on Jan 21 2025, 3:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 28, 1:30 AM
Unknown Object (File)
Sat, Sep 20, 12:06 PM
Unknown Object (File)
Aug 14 2025, 11:17 PM
Unknown Object (File)
Aug 10 2025, 9:38 PM
Unknown Object (File)
Jul 22 2025, 5:37 AM
Unknown Object (File)
Jul 12 2025, 7:05 AM
Unknown Object (File)
Jul 10 2025, 8:10 PM
Unknown Object (File)
Jul 8 2025, 12:25 AM
Subscribers

Details

Summary

Bits 3:0 of ID_AA64ISAR2_EL1 are reserved for FEAT_WFxT in ARMv8.7, with
bit 1 used to determine whether the feature is supported. The macro,
ID_AA64ISAR2_WFxT_IMPL can be used to check if this bit is set, however
it is currently incorrectly set to check bit 0. This has now been
corrected.

Sponsored by: Arm Ltd
Signed-off-by: Harry Moulton <harry.moulton@arm.com>

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable