signal.handle — Signal handler being invoked
signal.handle
regsThe address of the kernel-mode stack area
sig_codeThe <command>si_code</command> value of the <command>siginfo</command> signal
sig_modeIndicates whether the signal was a user-mode or kernel-mode signal
sinfoThe address of the <command>siginfo</command> table
oldset_addrThe address of the bitmask array of blocked signals
sigThe signal number that invoked the signal handler
ka_addrThe address of the <command>k_sigaction</command> table associated with the signal