Home
last modified time | relevance | path

Searched refs:VEC_ZERODIV (Results 1 – 3 of 3) sorted by relevance

/linux/arch/csky/include/asm/
H A Dtraps.h11 #define VEC_ZERODIV 3 macro
/linux/arch/m68k/include/asm/
H A Dtraps.h34 #define VEC_ZERODIV (5) macro
/linux/arch/csky/kernel/
H A Dtraps.c234 case VEC_ZERODIV: in trap_c()