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)
Wed, Oct 15, 3:16 AM
Unknown Object (File)
Wed, Oct 15, 3:16 AM
Unknown Object (File)
Wed, Oct 15, 3:16 AM
Unknown Object (File)
Tue, Oct 14, 6:10 PM
Unknown Object (File)
Mon, Oct 13, 7:28 AM
Unknown Object (File)
Mon, Oct 13, 1:39 AM
Unknown Object (File)
Thu, Oct 2, 5:56 AM
Unknown Object (File)
Thu, Oct 2, 5:40 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.