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

/linux-4.1.27/arch/sh/include/asm/
H A Dtraps_32.h45 asmlinkage void do_divide_error(unsigned long r4);
/linux-4.1.27/arch/x86/include/asm/
H A Dtraps.h59 dotraplinkage void do_divide_error(struct pt_regs *, long);
/linux-4.1.27/arch/sh/kernel/
H A Dtraps_32.c597 asmlinkage void do_divide_error(unsigned long r4) do_divide_error() function
785 set_exception_table_vec(TRAP_DIVZERO_ERROR, do_divide_error); trap_init()
786 set_exception_table_vec(TRAP_DIVOVF_ERROR, do_divide_error); trap_init()
/linux-4.1.27/arch/x86/kernel/
H A Dentry_32.S904 pushl_cfi $do_divide_error
H A Dentry_64.S1080 idtentry divide_error do_divide_error has_error_code=0

Completed in 210 milliseconds