Home
last modified time | relevance | path

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

/linux-3.4.99/arch/blackfin/include/asm/
Dsiginfo.h18 #define ILL_ILLEXCPT (__SI_FAULT|4) /* unrecoverable exception ********** */ macro
/linux-3.4.99/arch/blackfin/kernel/
Dtraps.c249 info.si_code = ILL_ILLEXCPT; in trap_c()