Lines Matching +full:non +full:- +full:maskable
1 // SPDX-License-Identifier: GPL-2.0
39 printk("Process: %s (pid: %d, stack limit = %p)\n", current->comm, in die()
43 dump_mem("Stack: ", KERN_DEFAULT, regs->regs[15], in die()
73 * - userspace errors just cause EFAULT to be returned, resulting in SEGV
74 * - kernel/userspace interfaces cause a jump to an appropriate handler
75 * - other kernel errors are bad
81 fixup = search_exception_tables(regs->pc); in die_if_no_fixup()
83 regs->pc = fixup->fixup; in die_if_no_fixup()
95 unsigned long bugaddr = regs->pc; in handle_BUG()
104 if (bug->flags & BUGFLAG_UNWINDER) in handle_BUG()
109 regs->pc += instruction_size(bugaddr); in handle_BUG()
140 regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); in BUILD_TRAP_HANDLER()
157 regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); in BUILD_TRAP_HANDLER()
189 die("Fatal Non-Maskable Interrupt", regs, SIGINT); in BUILD_TRAP_HANDLER()