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
Unknown Object (File)
Mon, May 11, 4:16 PM
Unknown Object (File)
Mon, May 11, 1:15 PM
Unknown Object (File)
Mon, May 11, 4:53 AM
Unknown Object (File)
Mon, May 11, 12:17 AM
Unknown Object (File)
Sun, May 10, 10:34 PM
Unknown Object (File)
Sun, May 10, 4:32 PM
Unknown Object (File)
Sun, May 3, 12:13 PM
Unknown Object (File)
Tue, Apr 28, 6:41 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.