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)
Sat, Jun 22, 3:14 PM
Unknown Object (File)
Fri, Jun 21, 1:45 PM
Unknown Object (File)
May 13 2024, 4:49 PM
Unknown Object (File)
Apr 27 2024, 4:01 PM
Unknown Object (File)
Apr 27 2024, 3:06 PM
Unknown Object (File)
Apr 27 2024, 3:04 PM
Unknown Object (File)
Apr 27 2024, 2:35 PM
Unknown Object (File)
Mar 12 2024, 4:24 AM
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.