pub const UPCALL_EXIT_CODE: u64 = 127;
Expand description

The exit code the kernel will use when killing a thread that cannot handle an upcall (e.g. the kernel fails to push the upcall stack frame, or the mode is set to UpcallMode::Abort).