pub fn encode_syscall_return_trd64bit(
syscall_return: &TRD104SyscallReturn,
a0: &mut u64,
a1: &mut u64,
a2: &mut u64,
a3: &mut u64,
)Expand description
Encode the system call return value into 4 registers.
This follows the encoding specified in TRD-64bit.