Page MenuHomeFreeBSD

arm64: Add a sysctl to see if features are enabled
ClosedPublic

Authored by andrew on Sep 3 2025, 12:21 PM.
Tags
None
Referenced Files
F135254409: D52357.id161420.diff
Sat, Nov 8, 12:41 AM
F135244367: D52357.id161525.diff
Fri, Nov 7, 10:27 PM
Unknown Object (File)
Sun, Oct 26, 1:50 PM
Unknown Object (File)
Fri, Oct 24, 6:27 PM
Unknown Object (File)
Fri, Oct 24, 1:00 AM
Unknown Object (File)
Wed, Oct 22, 4:19 PM
Unknown Object (File)
Tue, Oct 21, 2:04 AM
Unknown Object (File)
Mon, Oct 20, 3:24 PM
Subscribers

Details

Summary

This will also be used as a tunable to control features in a later
change.

Sponsored by: Arm Ltd

Diff Detail

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

Event Timeline

imp added inline comments.
sys/arm64/include/cpu_feat.h
72

Any reason descr isn't retained somewhere?

This revision is now accepted and ready to land.Sep 3 2025, 3:25 PM
sys/arm64/include/cpu_feat.h
72

I previously had it in struct cpu_feat, but didn't have a need for it other than in the sysctl below.