Page MenuHomeFreeBSD

arm64: Panic if the ID register isn't known
ClosedPublic

Authored by andrew on Feb 4 2026, 5:27 PM.
Tags
None
Referenced Files
F162493671: D55104.diff
Mon, Jul 13, 9:12 PM
Unknown Object (File)
Wed, Jul 8, 11:12 PM
Unknown Object (File)
Tue, Jul 7, 12:31 PM
Unknown Object (File)
Mon, Jul 6, 10:43 AM
Unknown Object (File)
Mon, Jul 6, 9:13 AM
Unknown Object (File)
Mon, Jul 6, 8:24 AM
Unknown Object (File)
Sun, Jul 5, 11:56 PM
Unknown Object (File)
Sun, Jul 5, 11:02 PM
Subscribers

Details

Summary

This will allow for callers to be simplified & not need to check the
return status.

Keep the return type for now so this can be MFCd without breaking the
KBI.

Sponsored by: Arm Ltd

Diff Detail

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

Event Timeline

andrew requested review of this revision.Feb 4 2026, 5:27 PM

Is this actually KBI or just internal KBI between kernel and vmm, which would always be in sync?

The only user of get_kernel_reg_iss_masked that I know about is vmm, however get_kernel_reg_iss is used via the get_kernel_reg macro in many places, see D55105 for the full list.

This revision was not accepted when it landed; it landed in state Needs Review.Feb 9 2026, 5:25 PM
This revision was automatically updated to reflect the committed changes.