mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
The macros are used to assign syscall arguments to specific registers. Using the AMD64 parameter passing convention avoids additional copying of variables since the C++ function parameters are already in the right registers.