Home
last modified time | relevance | path

Searched refs:NSIGTRAP (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h269 #define NSIGTRAP 6 macro
/openbmc/linux/arch/x86/kernel/
H A Dsignal_32.c407 static_assert(NSIGTRAP == 6);
H A Dsignal_64.c414 static_assert(NSIGTRAP == 6);
/openbmc/linux/arch/arm/kernel/
H A Dsignal.c687 static_assert(NSIGTRAP == 6);
/openbmc/linux/arch/arm64/kernel/
H A Dsignal32.c465 static_assert(NSIGTRAP == 6);
H A Dsignal.c1349 static_assert(NSIGTRAP == 6);
/openbmc/linux/arch/sparc/kernel/
H A Dsignal_64.c567 static_assert(NSIGTRAP == 6);
H A Dsignal32.c758 static_assert(NSIGTRAP == 6);
/openbmc/linux/kernel/
H A Dsignal.c3296 [SIGTRAP] = { NSIGTRAP, SIL_FAULT },