Page MenuHomeFreeBSD

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

Authored by brooks on Dec 14 2023, 1:14 AM.
Tags
None
Referenced Files
F100465361: D43058.diff
Tue, Oct 15, 7:49 PM
Unknown Object (File)
Sun, Oct 13, 6:18 PM
Unknown Object (File)
Sep 13 2024, 9:40 PM
Unknown Object (File)
Sep 4 2024, 2:54 PM
Unknown Object (File)
Sep 3 2024, 9:19 PM
Unknown Object (File)
Aug 7 2024, 3:14 AM
Unknown Object (File)
Jul 6 2024, 8:04 AM
Unknown Object (File)
Jul 5 2024, 9:32 PM
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 Passed
Unit
No Test Coverage
Build Status
Buildable 54943
Build 51832: arc lint + arc unit

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.