Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/kernel/cpu/sh3/
H A Dex.S23 #define fpu_error_trap_handler exception_error macro
43 .long fpu_error_trap_handler /* 120 */
/openbmc/linux/arch/sh/kernel/
H A Dtraps_32.c788 set_exception_table_vec(TRAP_FPU_ERROR, fpu_error_trap_handler); in trap_init()