Searched refs:SIGSEGV (Results 176 - 200 of 201) sorted by relevance

123456789

/linux-master/arch/sparc/kernel/
H A Dsignal32.c171 force_sig(SIGSEGV);
257 force_sig(SIGSEGV);
269 * Return an always-bogus address instead so we will die with SIGSEGV.
H A Dprocess_64.c560 force_sig(SIGSEGV);
/linux-master/arch/m68k/kernel/
H A Dsignal.c781 force_sig(SIGSEGV);
805 force_sig(SIGSEGV);
/linux-master/arch/mips/kernel/
H A Dsignal.c567 * Return an always-bogus address instead so we will die with SIGSEGV.
670 force_sig(SIGSEGV);
710 force_sig(SIGSEGV);
H A Dasm-offsets.c272 DEFINE(_SIGSEGV, SIGSEGV);
/linux-master/tools/testing/selftests/x86/
H A Dldt_gdt.c551 sethandler(SIGSEGV, sigsegv, 0);
553 /* True 32-bit kernels send SIGILL instead of SIGSEGV on IRET faults. */
/linux-master/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c646 if (sigaction(SIGSEGV, &sa, NULL) == -1
/linux-master/arch/x86/kernel/
H A Duprobes.c940 * SIGILL/SIGSEGV/etc), then detect the case where a singlestepped
1086 force_sig(SIGSEGV);
H A Dvm86_32.c163 force_exit_sig(SIGSEGV);
706 * really send a SIGSEGV to the user program.
/linux-master/tools/perf/ui/gtk/
H A Dhists.c603 signal(SIGSEGV, perf_gtk__signal);
/linux-master/arch/parisc/kernel/
H A Dsignal.c151 DBG(1, "%s: Sending SIGSEGV\n", __func__);
152 force_sig(SIGSEGV);
H A Dunaligned.c612 force_sig_fault(SIGSEGV, SEGV_MAPERR,
/linux-master/arch/arm64/kernel/
H A Dentry-common.c143 send_sig_fault(SIGSEGV, SEGV_MTEAERR,
/linux-master/arch/powerpc/kernel/
H A Dprocess.c615 11, SIGSEGV) == NOTIFY_STOP)
665 11, SIGSEGV) == NOTIFY_STOP)
/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c1015 sigaction(SIGSEGV, &act, NULL);
/linux-master/arch/microblaze/kernel/
H A Dhw_exception_handler.S908 addik r7, r0, SIGSEGV
/linux-master/fs/
H A Dbinfmt_flat.c331 send_sig(SIGSEGV, current, 0);
H A Dexec.c1910 * SIGSEGV.
1913 force_fatal_sig(SIGSEGV);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_events.c1130 "Sending SIGSEGV to process %d (pasid 0x%x)",
1132 send_sig(SIGSEGV, p->lead_thread, 0);
/linux-master/arch/loongarch/kernel/
H A Dsignal.c906 * Return an always-bogus address instead so we will die with SIGSEGV.
956 force_sig(SIGSEGV);
/linux-master/tools/testing/selftests/mm/
H A Dprotection_keys.c326 dprintf1(">>>>===============SIGSEGV============================\n");
418 int signum = SIGSEGV;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.c1673 sigaction(SIGSEGV, &sigact, NULL);
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1732 _exception(SIGSEGV, regs, SEGV_ACCERR, ea);
/linux-master/tools/perf/
H A Dbuiltin-top.c666 signal(SIGSEGV, sighandler_dump_stack);
H A Dbuiltin-record.c2381 signal(SIGSEGV, sigsegv_handler);

Completed in 485 milliseconds

123456789