Searched refs:board_be_handler (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/mips/kernel/
H A Dtraps.c107 static int (*board_be_handler)(struct pt_regs *regs, int is_fixup); variable
116 board_be_handler = handler;
464 if (board_be_handler)
465 action = board_be_handler(regs, fixup != NULL);

Completed in 107 milliseconds