pub extern "C" fn interrupt_handler(frame: &mut TrapFrame)
Main entry point for interrupt.
This will be called by an inline assembly.
See trap function on the PS4 for a reference.
trap