Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h236 # define __SEGV_PSTKOVF 4 /* paragraph stack overflow */ macro
/openbmc/linux/arch/ia64/kernel/
H A Dtraps.c156 sig = SIGSEGV; code = __SEGV_PSTKOVF; in ia64_bad_break()