Page MenuHomeFreeBSD

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

Authored by brooks on Jan 4 2024, 11:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 22, 6:15 PM
Unknown Object (File)
Thu, Nov 13, 7:27 AM
Unknown Object (File)
Oct 30 2025, 11:45 AM
Unknown Object (File)
Oct 24 2025, 4:59 PM
Unknown Object (File)
Oct 19 2025, 3:47 AM
Unknown Object (File)
Oct 15 2025, 7:58 PM
Unknown Object (File)
Oct 14 2025, 3:05 PM
Unknown Object (File)
Oct 14 2025, 3:05 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 the powerpc64 portion of D43056 unchanged. The bug was in the powerpc version which I've submitted as D43323.

This revision is now accepted and ready to land.Jan 6 2024, 7:29 PM