Home
last modified time | relevance | path

Searched refs:show_unhandled_signals (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/arch/loongarch/mm/
H A Dfault.c32 int show_unhandled_signals = 1; variable
111 if (show_unhandled_signals && in do_sigsegv()
/openbmc/linux/arch/csky/kernel/
H A Dtraps.c32 int show_unhandled_signals = 1; variable
119 if (show_unhandled_signals && unhandled_signal(tsk, signo) in do_trap()
/openbmc/linux/arch/x86/kernel/
H A Dsignal.c134 if (show_unhandled_signals && printk_ratelimit()) in get_sigframe()
345 if (show_unhandled_signals && printk_ratelimit()) { in signal_fault()
H A Dcet.c67 if (show_unhandled_signals && unhandled_signal(tsk, SIGSEGV) && in do_user_cp_fault()
H A Dumip.c311 if (!(show_unhandled_signals && unhandled_signal(tsk, SIGSEGV))) in force_sig_info_umip_fault()
H A Dtraps.c179 if (show_unhandled_signals && unhandled_signal(tsk, signr) && in show_signal()
/openbmc/linux/arch/mips/mm/
H A Dfault.c31 int show_unhandled_signals = 1; variable
198 if (show_unhandled_signals && in __do_page_fault()
/openbmc/linux/arch/sparc/mm/
H A Dfault_32.c37 int show_unhandled_signals = 1; variable
82 if (unlikely(show_unhandled_signals)) in __do_fault_siginfo()
H A Dfault_64.c38 int show_unhandled_signals = 1; variable
179 if (unlikely(show_unhandled_signals)) in do_fault_siginfo()
/openbmc/linux/arch/powerpc/kernel/
H A Dsignal.c142 int show_unhandled_signals = 1; variable
370 if (show_unhandled_signals) in signal_fault()
H A Dtraps.c316 if (!show_unhandled_signals) in show_signal_msg()
/openbmc/linux/arch/riscv/kernel/
H A Dtraps.c35 int show_unhandled_signals = 1; variable
103 if (show_unhandled_signals && unhandled_signal(tsk, signo) in do_trap()
H A Dcompat_signal.c149 if (show_unhandled_signals) { in COMPAT_SYSCALL_DEFINE0()
H A Dsignal.c254 if (show_unhandled_signals) { in SYSCALL_DEFINE0()
/openbmc/linux/arch/s390/mm/
H A Dfault.c217 int show_unhandled_signals = 1; variable
221 if ((task_pid_nr(current) > 1) && !show_unhandled_signals) in report_user_fault()
/openbmc/linux/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c76 if (!show_unhandled_signals) in warn_bad_vsyscall()
/openbmc/linux/arch/parisc/mm/
H A Dfault.c36 int show_unhandled_signals = 1; variable
/openbmc/linux/arch/x86/mm/
H A Dfault.c809 if (likely(show_unhandled_signals)) in __bad_area_nosemaphore()
1038 int show_unhandled_signals = 1; variable
/openbmc/linux/arch/arm64/kernel/
H A Dtraps.c150 int show_unhandled_signals = 0; variable
251 if (!show_unhandled_signals || in arm64_show_signal()
/openbmc/linux/arch/sparc/kernel/
H A Dsignal32.c378 if (show_unhandled_signals) in setup_frame32()
512 if (show_unhandled_signals) in setup_rt_frame32()
H A Dprocess_64.c544 if (show_unhandled_signals) in fault_in_user_windows()
H A Dsignal_64.c372 if (show_unhandled_signals) in setup_rt_frame()
/openbmc/linux/include/linux/
H A Dsignal.h290 extern int show_unhandled_signals;
/openbmc/linux/arch/parisc/kernel/
H A Dtraps.c171 if ((critical || show_unhandled_signals) && __ratelimit(&_hppa_rs)) { \
/openbmc/linux/kernel/
H A Dsysctl.c1806 .data = &show_unhandled_signals,

12