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)
Sat, Jul 6, 8:04 AM
Unknown Object (File)
Fri, Jul 5, 9:32 PM
Unknown Object (File)
Apr 30 2024, 4:17 AM
Unknown Object (File)
Apr 27 2024, 3:11 PM
Unknown Object (File)
Apr 27 2024, 3:10 PM
Unknown Object (File)
Apr 27 2024, 2:59 PM
Unknown Object (File)
Apr 27 2024, 1:31 PM
Unknown Object (File)
Apr 27 2024, 4:27 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.