Searched refs:board_be_handler (Results 1 – 1 of 1) sorted by relevance
107 static int (*board_be_handler)(struct pt_regs *regs, int is_fixup); variable116 board_be_handler = handler; in mips_set_be_handler()464 if (board_be_handler) in do_be()465 action = board_be_handler(regs, fixup != NULL); in do_be()
Completed in 21 milliseconds