Searched refs:intcode (Results 1 – 2 of 2) sorted by relevance
38 enum exception_code intcode);
201 asmlinkage void handle_exception(struct pt_regs *regs, u32 intcode) in handle_exception() argument206 if (die_if_no_fixup(NULL, regs, intcode)) in handle_exception()210 info.si_signo = exception_to_signal_map[intcode >> 3].signo; in handle_exception()211 info.si_code = exception_to_signal_map[intcode >> 3].si_code; in handle_exception()