Page MenuHomeFreeBSD

aarch/SYS.h: implement _SYSCALL_BODY() macro
ClosedPublic

Authored by brooks on Dec 14 2023, 1:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
May 6 2026, 11:18 AM
Unknown Object (File)
May 6 2026, 9:26 AM
Unknown Object (File)
May 6 2026, 5:49 AM
Unknown Object (File)
May 4 2026, 10:43 AM
Unknown Object (File)
Apr 27 2026, 1:15 PM
Unknown Object (File)
Apr 27 2026, 9:47 AM
Unknown Object (File)
Apr 27 2026, 8:34 AM
Unknown Object (File)
Apr 26 2026, 7:47 AM
Subscribers

Details

Summary

Add _SYSCALL_BODY() macro which invokes the syscall via _SYCALL() and
calls cerror as required. Use to implement PSEUDO() and RSYSCALL().

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. I've done basic smoke testing under qemu.

This revision was not accepted when it landed; it landed in state Needs Review.Feb 2 2024, 5:10 PM
This revision was automatically updated to reflect the committed changes.