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)
Mon, Mar 30, 10:50 AM
Unknown Object (File)
Sun, Mar 29, 10:38 PM
Unknown Object (File)
Tue, Mar 17, 5:41 PM
Unknown Object (File)
Tue, Mar 17, 5:35 PM
Unknown Object (File)
Tue, Mar 10, 3:32 AM
Unknown Object (File)
Thu, Mar 5, 8:52 AM
Unknown Object (File)
Feb 9 2026, 12:26 PM
Unknown Object (File)
Jan 28 2026, 3:25 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.