Page MenuHomeFreeBSD

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

Authored by andrew on Wed, Feb 4, 5:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 28, 11:59 AM
Unknown Object (File)
Fri, Feb 20, 8:31 PM
Unknown Object (File)
Wed, Feb 18, 8:05 PM
Unknown Object (File)
Wed, Feb 18, 8:05 PM
Unknown Object (File)
Tue, Feb 17, 6:52 PM
Unknown Object (File)
Tue, Feb 17, 3:29 PM
Unknown Object (File)
Tue, Feb 17, 12:22 AM
Unknown Object (File)
Mon, Feb 16, 4:43 AM
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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

andrew requested review of this revision.Wed, Feb 4, 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.Mon, Feb 9, 5:25 PM
This revision was automatically updated to reflect the committed changes.