Symbol: sethandler
tools/testing/selftests/x86/amx.c
499
sethandler(SIGILL, handle_noperm, 0);
tools/testing/selftests/x86/corrupt_xstate_header.c
53
sethandler(SIGUSR1, sigusr1, 0);
tools/testing/selftests/x86/corrupt_xstate_header.c
54
sethandler(SIGSEGV, sigsegv, 0);
tools/testing/selftests/x86/entry_from_vm86.c
219
sethandler(SIGILL, sighandler, 0);
tools/testing/selftests/x86/entry_from_vm86.c
224
sethandler(SIGILL, sighandler, 0);
tools/testing/selftests/x86/entry_from_vm86.c
264
sethandler(SIGILL, sighandler, 0);
tools/testing/selftests/x86/entry_from_vm86.c
275
sethandler(SIGILL, sighandler, 0);
tools/testing/selftests/x86/entry_from_vm86.c
314
sethandler(SIGSEGV, sighandler, 0);
tools/testing/selftests/x86/fsgsbase.c
580
sethandler(SIGILL, sigill, 0);
tools/testing/selftests/x86/fsgsbase.c
590
sethandler(SIGSEGV, sigsegv, 0);
tools/testing/selftests/x86/ioperm.c
36
sethandler(SIGSEGV, sigsegv, SA_RESETHAND);
tools/testing/selftests/x86/iopl.c
36
sethandler(SIGSEGV, sigsegv, SA_RESETHAND);
tools/testing/selftests/x86/iopl.c
75
sethandler(SIGSEGV, sigsegv, SA_RESETHAND);
tools/testing/selftests/x86/iopl.c
95
sethandler(SIGSEGV, sigsegv, SA_RESETHAND);
tools/testing/selftests/x86/ldt_gdt.c
539
sethandler(SIGSEGV, sigsegv, 0);
tools/testing/selftests/x86/ldt_gdt.c
543
sethandler(SIGILL, sigsegv, 0);
tools/testing/selftests/x86/mov_ss_trap.c
142
sethandler(SIGTRAP, sigtrap, 0);
tools/testing/selftests/x86/mov_ss_trap.c
161
sethandler(SIGSEGV, handle_and_return, SA_RESETHAND);
tools/testing/selftests/x86/mov_ss_trap.c
166
sethandler(SIGSEGV, handle_and_return, SA_RESETHAND);
tools/testing/selftests/x86/mov_ss_trap.c
176
sethandler(SIGILL, handle_and_longjmp, SA_RESETHAND);
tools/testing/selftests/x86/mov_ss_trap.c
183
sethandler(SIGSEGV, handle_and_longjmp, SA_RESETHAND);
tools/testing/selftests/x86/mov_ss_trap.c
189
sethandler(SIGSEGV, handle_and_longjmp, SA_RESETHAND);
tools/testing/selftests/x86/mov_ss_trap.c
200
sethandler(SIGSEGV, handle_and_longjmp, SA_RESETHAND);
tools/testing/selftests/x86/mov_ss_trap.c
212
sethandler(SIGILL, handle_and_longjmp, SA_RESETHAND);
tools/testing/selftests/x86/mov_ss_trap.c
245
sethandler(SIGSEGV, handle_and_longjmp, SA_RESETHAND | SA_ONSTACK);
tools/testing/selftests/x86/mov_ss_trap.c
261
sethandler(SIGSEGV, handle_and_longjmp, SA_RESETHAND);
tools/testing/selftests/x86/ptrace_syscall.c
138
sethandler(SIGUSR1, empty_handler, 0);
tools/testing/selftests/x86/sigaltstack.c
74
sethandler(SIGSEGV, sigsegv, 0);
tools/testing/selftests/x86/sigaltstack.c
75
sethandler(SIGALRM, sigalrm, SA_ONSTACK);
tools/testing/selftests/x86/sigreturn.c
522
sethandler(SIGUSR2, sigusr2, 0);
tools/testing/selftests/x86/sigreturn.c
758
sethandler(SIGUSR1, sigusr1, 0);
tools/testing/selftests/x86/sigreturn.c
759
sethandler(SIGTRAP, sigtrap, SA_ONSTACK);
tools/testing/selftests/x86/sigreturn.c
810
sethandler(SIGSEGV, sigtrap, SA_ONSTACK);
tools/testing/selftests/x86/sigreturn.c
811
sethandler(SIGBUS, sigtrap, SA_ONSTACK);
tools/testing/selftests/x86/sigreturn.c
812
sethandler(SIGILL, sigtrap, SA_ONSTACK); /* 32-bit kernels do this */
tools/testing/selftests/x86/sigtrap_loop.c
63
sethandler(SIGTRAP, sigtrap, 0);
tools/testing/selftests/x86/single_step_syscall.c
129
sethandler(SIGTRAP, sigtrap, 0);
tools/testing/selftests/x86/single_step_syscall.c
195
sethandler(SIGSEGV, print_and_longjmp,
tools/testing/selftests/x86/single_step_syscall.c
197
sethandler(SIGILL, print_and_longjmp, SA_RESETHAND);
tools/testing/selftests/x86/syscall_arg_fault.c
104
sethandler(SIGBUS, sigsegv_or_sigbus, SA_ONSTACK);
tools/testing/selftests/x86/syscall_arg_fault.c
105
sethandler(SIGILL, sigill, SA_ONSTACK);
tools/testing/selftests/x86/syscall_arg_fault.c
158
sethandler(SIGTRAP, sigtrap, SA_ONSTACK);
tools/testing/selftests/x86/syscall_arg_fault.c
98
sethandler(SIGSEGV, sigsegv_or_sigbus, SA_ONSTACK);
tools/testing/selftests/x86/syscall_nt.c
58
sethandler(SIGTRAP, sigtrap, 0);
tools/testing/selftests/x86/sysret_rip.c
139
sethandler(SIGUSR1, sigusr1, 0);
tools/testing/selftests/x86/sysret_rip.c
145
sethandler(SIGSEGV, sigsegv_for_fallthrough, 0);
tools/testing/selftests/x86/sysret_rip.c
71
sethandler(SIGSEGV, sigsegv_for_sigreturn_test, SA_RESETHAND);
tools/testing/selftests/x86/test_vsyscall.c
489
sethandler(SIGTRAP, sigtrap, 0);
tools/testing/selftests/x86/test_vsyscall.c
527
sethandler(SIGSEGV, sigsegv, 0);
tools/testing/selftests/x86/unwind_vdso.c
140
sethandler(SIGTRAP, sigtrap, 0);
tools/testing/selftests/x86/xstate.c
426
sethandler(SIGUSR1, validate_sigfpstate, 0);