/linux/tools/testing/selftests/powerpc/mm/ |
H A D | segv_errors.c | 25 static void segv_handler(int n, siginfo_t *info, void *ctxt_v) in segv_handler() function 38 .sa_sigaction = segv_handler, in test_segv_errors()
|
H A D | bad_accesses.c | 32 static void segv_handler(int n, siginfo_t *info, void *ctxt_v) in segv_handler() function 74 .sa_sigaction = segv_handler, in test()
|
H A D | wild_bctr.c | 33 static void segv_handler(int signum, siginfo_t *info, void *ctxt_v) in segv_handler() function 127 .sa_sigaction = segv_handler, in test_wild_bctr()
|
H A D | exec_prot.c | 54 static void segv_handler(int signum, siginfo_t *sinfo, void *ctx) in segv_handler() function 121 segv_act.sa_sigaction = segv_handler; in test()
|
H A D | pkey_exec_prot.c | 39 static void segv_handler(int signum, siginfo_t *sinfo, void *ctx) in segv_handler() function 114 segv_act.sa_sigaction = segv_handler; in test()
|
H A D | pkey_siginfo.c | 35 static void segv_handler(int signum, siginfo_t *sinfo, void *ctx) in segv_handler() function 271 act.sa_sigaction = segv_handler; in test()
|
/linux/tools/testing/selftests/powerpc/primitives/ |
H A D | load_unaligned_zeropad.c | 69 static void segv_handler(int signr, siginfo_t *info, void *ptr) in segv_handler() function 97 action.sa_sigaction = segv_handler; in setup_segv_handler()
|
/linux/tools/testing/selftests/powerpc/copyloops/ |
H A D | exc_validate.c | 21 static void segv_handler(int signr, siginfo_t *info, void *ptr) in segv_handler() function 49 action.sa_sigaction = segv_handler; in setup_segv_handler()
|
/linux/arch/um/include/shared/skas/ |
H A D | stub-data.h | 23 unsigned long segv_handler; member
|
/linux/arch/um/include/shared/ |
H A D | kern_util.h | 62 extern void segv_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs);
|
/linux/arch/um/kernel/skas/ |
H A D | stub_exe.c | 67 sa.sa_handler_ = (void *) init_data.segv_handler; in real_init()
|
/linux/arch/um/kernel/ |
H A D | trap.c | 183 void segv_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs) in segv_handler() function
|
/linux/arch/um/os-Linux/ |
H A D | signal.c | 30 [SIGSEGV] = segv_handler,
|
/linux/tools/testing/selftests/x86/ |
H A D | test_shadow_stack.c | 210 void segv_handler(int signum, siginfo_t *si, void *uc) in segv_handler() function 224 sa.sa_sigaction = segv_handler; in test_shstk_violation()
|
/linux/arch/um/os-Linux/skas/ |
H A D | process.c | 195 .segv_handler = STUB_CODE + in userspace_tramp()
|