Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/include/uapi/asm/
Dsiginfo.h39 #define SEGV_STACKFLOW (__SI_FAULT|3) /* stack overflow */ macro
/linux-4.1.27/arch/blackfin/kernel/
Dtraps.c124 info.si_code = SEGV_STACKFLOW; in trap_c()