Function syscall_handler

Source
pub extern "C" fn syscall_handler()
Expand description

Main entry point for syscall instruction.

This will be called by an inline assembly.

See amd64_syscall function on the PS4 for a reference.