Page MenuHomeFreeBSD

arm64: Use a bit to hold userspace ID reg exports
ClosedPublic

Authored by andrew on Oct 15 2024, 2:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 13, 2:33 PM
Unknown Object (File)
Tue, May 12, 6:40 PM
Unknown Object (File)
Tue, May 12, 9:55 AM
Unknown Object (File)
Thu, Apr 30, 3:41 PM
Unknown Object (File)
Tue, Apr 28, 12:07 AM
Unknown Object (File)
Mon, Apr 27, 12:37 PM
Unknown Object (File)
Apr 24 2026, 6:52 AM
Unknown Object (File)
Apr 19 2026, 6:25 AM
Subscribers

Details

Summary

When exporting ID registers to userspace we should either adjust them
the same way for FreeBSD and Linux binaries, or export the Linux
field values to a safe value, e.g. when a needed syscall is missing.

To allow for this, and to clean up ID register handling in the kernel
move to using a bit per userspace ABI.

Sponsored by: Arm Ltd

Diff Detail

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