Page MenuHomeFreeBSD

power*/SYS.h: implement _SYSCALL_BODY() macro
ClosedPublic

Authored by brooks on Dec 14 2023, 12:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 19, 10:00 AM
Unknown Object (File)
Oct 10 2024, 7:03 AM
Unknown Object (File)
Oct 10 2024, 6:19 AM
Unknown Object (File)
Oct 7 2024, 3:21 AM
Unknown Object (File)
Sep 23 2024, 8:21 PM
Unknown Object (File)
Sep 18 2024, 11:42 PM
Unknown Object (File)
Sep 16 2024, 10:07 AM
Unknown Object (File)
Aug 24 2024, 10:35 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 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. While it's straightforward and compiles I'd appreciate testing if someone can do it.

This revision is now accepted and ready to land.Dec 19 2023, 2:44 AM
This revision was automatically updated to reflect the committed changes.