Page MenuHomeFreeBSD

arm/SYS.h: align with other arches
ClosedPublic

Authored by brooks on Dec 14 2023, 1:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 29 2025, 9:11 PM
Unknown Object (File)
Nov 25 2025, 1:16 AM
Unknown Object (File)
Nov 25 2025, 1:16 AM
Unknown Object (File)
Nov 25 2025, 1:16 AM
Unknown Object (File)
Nov 25 2025, 1:15 AM
Unknown Object (File)
Nov 21 2025, 11:19 AM
Unknown Object (File)
Oct 15 2025, 6:49 PM
Unknown Object (File)
Oct 15 2025, 6:49 PM
Subscribers
None

Details

Summary

Rename SYSTRAP() macro to _SYSCALL() and add _SYSCALL_BODY() which invokes
the syscall via _SYCALL() and then calls cerror as required. Use to
implement PSEUDO() and RSYSCALL() removing _SYSCALL_NOERROR().

Sponsored by: DARPA

Diff Detail

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

Event Timeline

This is part of a set of changes I've posted at https://github.com/brooksdavis/freebsd/tree/SYS.h-unification. This compiles but I've not been able to test it.

With this change, arm is still the odd one out with all the __CONCAT() use, but it's much more closely aligned than before.

This revision is now accepted and ready to land.Dec 14 2023, 1:32 AM

I've done basic smoke testing of this patch in a jail on an aarch64 system

This revision was automatically updated to reflect the committed changes.