Home
last modified time | relevance | path

Searched refs:intcode (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/mn10300/include/asm/
Dhardirq.h38 enum exception_code intcode);
/linux-4.4.14/arch/mn10300/kernel/
Dtraps.c201 asmlinkage void handle_exception(struct pt_regs *regs, u32 intcode) in handle_exception() argument
206 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()